Html Css Color HEX #B08ECE Biloba Flower

📋 copy color: '#B08ECE'

red 176 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #B08ECE

Tints of Biloba Flower #B08ECE

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 33.59%
G = 27.1%
B = 39.31%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B08ECE (or 0xB08ECE) is known color: Biloba Flower. HEX triplet: B0, 8E and CE. RGB value is (176,142,206). Sum of RGB (Red+Green+Blue) = 176+142+206=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #B08ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ECE is #4F7131. Grayscale: #9F9F9F. Windows color (decimal): -5206322 or 13536944. OLE color: 13536944.

HSL color Cylindrical-coordinate representation of color #B08ECE: hue angle of 271.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08ECE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 142 206 -
CMYK 0.15 0.31 0 0.19
HSL 271.88º 0.4% 0.68% -
HSV(B) 271.88º 0.31% 0.81% -
XYZ 38.72 33.03 62.73 -
YUV 159.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 176 142 206 0.15 0.31 0 0.19 271.88 0.4 0.68
Hex B0 8E CE F 1F 0 13 110 28 44
Octal 260 216 316 17 37 0 23 420 50 104
Binary 10110000 10001110 11001110 1111 11111 0 10011 100010000 101000 1000100

Color Harmonies of #B08ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ECE

Black with #B08ECE

Text Example


Text Example

White with #B08ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ECE; }

 p { color: rgb(176,142,206); }

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

background-color css

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

 a { background-color: rgb(176,142,206); }

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

border-color css

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

 span { border-color: rgb(176,142,206); }

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