Html Css Color HEX #B087DB Biloba Flower

📋 copy color: '#B087DB'

red 176 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #B087DB

Tints of Biloba Flower #B087DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.47%

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

R = 33.21%
G = 25.47%
B = 41.32%

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

#B087DB (or 0xB087DB) is known color: Biloba Flower. HEX triplet: B0, 87 and DB. RGB value is (176,135,219). Sum of RGB (Red+Green+Blue) = 176+135+219=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B087DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B087DB is #4F7824. Grayscale: #9C9C9C. Windows color (decimal): -5208101 or 14387120. OLE color: 14387120.

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

Color convert

RGB 176 135 219 -
CMYK 0.20 0.38 0 0.14
HSL 269.29º 0.54% 0.69% -
HSV(B) 269.29º 0.38% 0.86% -
XYZ 39.35 31.67 71.06 -
YUV 156.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 176 135 219 0.20 0.38 0 0.14 269.29 0.54 0.69
Hex B0 87 DB 14 26 0 E 10D 36 45
Octal 260 207 333 24 46 0 16 415 66 105
Binary 10110000 10000111 11011011 10100 100110 0 1110 100001101 110110 1000101

Color Harmonies of #B087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B087DB

Black with #B087DB

Text Example


Text Example

White with #B087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B087DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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