Html Css Color HEX #B08EDB Biloba Flower

📋 copy color: '#B08EDB'

red 176 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #B08EDB

Tints of Biloba Flower #B08EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 32.77%
G = 26.44%
B = 40.78%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B08EDB (or 0xB08EDB) is known color: Biloba Flower. HEX triplet: B0, 8E and DB. RGB value is (176,142,219). Sum of RGB (Red+Green+Blue) = 176+142+219=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B08EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EDB is #4F7124. Grayscale: #A0A0A0. Windows color (decimal): -5206309 or 14388912. OLE color: 14388912.

HSL color Cylindrical-coordinate representation of color #B08EDB: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08EDB is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 142 219 -
CMYK 0.20 0.35 0 0.14
HSL 266.49º 0.52% 0.71% -
HSV(B) 266.49º 0.35% 0.86% -
XYZ 40.36 33.69 71.39 -
YUV 160.94 160.76 138.74 -
System Red Green Blue C M Y K H S L
Decimal 176 142 219 0.20 0.35 0 0.14 266.49 0.52 0.71
Hex B0 8E DB 14 23 0 E 10A 34 47
Octal 260 216 333 24 43 0 16 412 64 107
Binary 10110000 10001110 11011011 10100 100011 0 1110 100001010 110100 1000111

Color Harmonies of #B08EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EDB

Black with #B08EDB

Text Example


Text Example

White with #B08EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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