Html Css Color HEX #B08CEA Biloba Flower

📋 copy color: '#B08CEA'

red 176 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #B08CEA

Tints of Biloba Flower #B08CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 32%
G = 25.45%
B = 42.55%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B08CEA (or 0xB08CEA) is known color: Biloba Flower. HEX triplet: B0, 8C and EA. RGB value is (176,140,234). Sum of RGB (Red+Green+Blue) = 176+140+234=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #B08CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CEA is #4F7315. Grayscale: #A1A1A1. Windows color (decimal): -5206806 or 15371440. OLE color: 15371440.

HSL color Cylindrical-coordinate representation of color #B08CEA: hue angle of 262.98º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08CEA is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 140 234 -
CMYK 0.25 0.40 0 0.08
HSL 262.98º 0.69% 0.73% -
HSV(B) 262.98º 0.4% 0.92% -
XYZ 42.13 33.93 82.17 -
YUV 161.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 176 140 234 0.25 0.40 0 0.08 262.98 0.69 0.73
Hex B0 8C EA 19 28 0 8 107 45 49
Octal 260 214 352 31 50 0 10 407 105 111
Binary 10110000 10001100 11101010 11001 101000 0 1000 100000111 1000101 1001001

Color Harmonies of #B08CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CEA

Black with #B08CEA

Text Example


Text Example

White with #B08CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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