Html Css Color HEX #B088DB Biloba Flower

📋 copy color: '#B088DB'

red 176 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B088DB

Tints of Biloba Flower #B088DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.61%

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

R = 33.15%
G = 25.61%
B = 41.24%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B088DB (or 0xB088DB) is known color: Biloba Flower. HEX triplet: B0, 88 and DB. RGB value is (176,136,219). Sum of RGB (Red+Green+Blue) = 176+136+219=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DB is #4F7724. Grayscale: #9D9D9D. Windows color (decimal): -5207845 or 14387376. OLE color: 14387376.

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

Color convert

RGB 176 136 219 -
CMYK 0.20 0.38 0 0.14
HSL 268.92º 0.54% 0.7% -
HSV(B) 268.92º 0.38% 0.86% -
XYZ 39.49 31.95 71.1 -
YUV 157.42 162.75 141.25 -
System Red Green Blue C M Y K H S L
Decimal 176 136 219 0.20 0.38 0 0.14 268.92 0.54 0.7
Hex B0 88 DB 14 26 0 E 10D 36 46
Octal 260 210 333 24 46 0 16 415 66 106
Binary 10110000 10001000 11011011 10100 100110 0 1110 100001101 110110 1000110

Color Harmonies of #B088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088DB

Black with #B088DB

Text Example


Text Example

White with #B088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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