Html Css Color HEX #B08CE0 Biloba Flower

📋 copy color: '#B08CE0'

red 176 ◦ green 140 ◦ blue 224

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

Shades of Biloba Flower #B08CE0

Tints of Biloba Flower #B08CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 32.59%
G = 25.93%
B = 41.48%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B08CE0 (or 0xB08CE0) is known color: Biloba Flower. HEX triplet: B0, 8C and E0. RGB value is (176,140,224). Sum of RGB (Red+Green+Blue) = 176+140+224=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #B08CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CE0 is #4F731F. Grayscale: #A0A0A0. Windows color (decimal): -5206816 or 14716080. OLE color: 14716080.

HSL color Cylindrical-coordinate representation of color #B08CE0: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08CE0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 140 224 -
CMYK 0.21 0.38 0 0.12
HSL 265.71º 0.58% 0.71% -
HSV(B) 265.71º 0.38% 0.88% -
XYZ 40.74 33.37 74.81 -
YUV 160.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 176 140 224 0.21 0.38 0 0.12 265.71 0.58 0.71
Hex B0 8C E0 15 26 0 C 10A 3A 47
Octal 260 214 340 25 46 0 14 412 72 107
Binary 10110000 10001100 11100000 10101 100110 0 1100 100001010 111010 1000111

Color Harmonies of #B08CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CE0

Black with #B08CE0

Text Example


Text Example

White with #B08CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CE0; }

 p { color: rgb(176,140,224); }

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

background-color css

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

 a { background-color: rgb(176,140,224); }

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

border-color css

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

 span { border-color: rgb(176,140,224); }

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