Html Css Color HEX #B294CF Biloba Flower

📋 copy color: '#B294CF'

red 178 ◦ green 148 ◦ blue 207

#B294CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B294CF

Tints of Biloba Flower #B294CF

RGB

 RED value IS 178 (69.92% from 255) = 33.4%

 GREEN value IS 148 (58.2% from 255) = 27.77%

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 33.4%
G = 27.77%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B294CF (or 0xB294CF) is known color: Biloba Flower. HEX triplet: B2, 94 and CF. RGB value is (178,148,207). Sum of RGB (Red+Green+Blue) = 178+148+207=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #B294CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294CF is #4D6B30. Grayscale: #A3A3A3. Windows color (decimal): -5073713 or 13604018. OLE color: 13604018.

HSL color Cylindrical-coordinate representation of color #B294CF: hue angle of 270.51º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B294CF is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 148 207 -
CMYK 0.14 0.29 0 0.19
HSL 270.51º 0.38% 0.7% -
HSV(B) 270.51º 0.29% 0.81% -
XYZ 40.21 35.15 63.7 -
YUV 163.7 152.44 138.2 -
System Red Green Blue C M Y K H S L
Decimal 178 148 207 0.14 0.29 0 0.19 270.51 0.38 0.7
Hex B2 94 CF E 1D 0 13 10F 26 46
Octal 262 224 317 16 35 0 23 417 46 106
Binary 10110010 10010100 11001111 1110 11101 0 10011 100001111 100110 1000110

Color Harmonies of #B294CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294CF

Black with #B294CF

Text Example


Text Example

White with #B294CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294CF; }

 p { color: rgb(178,148,207); }

 H1.HeaderClassName
 {
   color: #B294CF;
 }
 .AnyTagClassName
 {
   color: #B294CF;
 }
</style>

background-color css

<style>
 a { background-color: #B294CF; }

 a { background-color: rgb(178,148,207); }

 div.DivClassName
 {
   background-color: #B294CF;
 }
 .BgClassName
 {
   background-color: #B294CF;
 }
</style>

border-color css

<style>
 span { border-color: #B294CF; }

 span { border-color: rgb(178,148,207); }

 td.TdClassName
 {
   border-color: #B294CF;
 }
 .TagClassName
 {
   border-color: #B294CF;
 }
</style>