Html Css Color HEX #B987DB Biloba Flower

📋 copy color: '#B987DB'

red 185 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #B987DB

Tints of Biloba Flower #B987DB

RGB

 RED value IS 185 (72.66% from 255) = 34.32%

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

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

R = 34.32%
G = 25.05%
B = 40.63%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B987DB (or 0xB987DB) is known color: Biloba Flower. HEX triplet: B9, 87 and DB. RGB value is (185,135,219). Sum of RGB (Red+Green+Blue) = 185+135+219=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B987DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B987DB is #467824. Grayscale: #9F9F9F. Windows color (decimal): -4618277 or 14387129. OLE color: 14387129.

HSL color Cylindrical-coordinate representation of color #B987DB: hue angle of 275.71º 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 #B987DB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 135 219 -
CMYK 0.16 0.38 0 0.14
HSL 275.71º 0.54% 0.69% -
HSV(B) 275.71º 0.38% 0.86% -
XYZ 41.46 32.76 71.16 -
YUV 159.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 185 135 219 0.16 0.38 0 0.14 275.71 0.54 0.69
Hex B9 87 DB 10 26 0 E 114 36 45
Octal 271 207 333 20 46 0 16 424 66 105
Binary 10111001 10000111 11011011 10000 100110 0 1110 100010100 110110 1000101

Color Harmonies of #B987DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B987DB

Black with #B987DB

Text Example


Text Example

White with #B987DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B987DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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