Html Css Color HEX #B986DD Biloba Flower

📋 copy color: '#B986DD'

red 185 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #B986DD

Tints of Biloba Flower #B986DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.81%

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 34.26%
G = 24.81%
B = 40.93%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B986DD (or 0xB986DD) is known color: Biloba Flower. HEX triplet: B9, 86 and DD. RGB value is (185,134,221). Sum of RGB (Red+Green+Blue) = 185+134+221=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #B986DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DD is #467922. Grayscale: #9E9E9E. Windows color (decimal): -4618531 or 14517945. OLE color: 14517945.

HSL color Cylindrical-coordinate representation of color #B986DD: hue angle of 275.17º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B986DD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 134 221 -
CMYK 0.16 0.39 0 0.13
HSL 275.17º 0.56% 0.7% -
HSV(B) 275.17º 0.39% 0.87% -
XYZ 41.58 32.58 72.5 -
YUV 159.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 185 134 221 0.16 0.39 0 0.13 275.17 0.56 0.7
Hex B9 86 DD 10 27 0 D 113 38 46
Octal 271 206 335 20 47 0 15 423 70 106
Binary 10111001 10000110 11011101 10000 100111 0 1101 100010011 111000 1000110

Color Harmonies of #B986DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986DD

Black with #B986DD

Text Example


Text Example

White with #B986DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986DD; }

 p { color: rgb(185,134,221); }

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

background-color css

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

 a { background-color: rgb(185,134,221); }

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

border-color css

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

 span { border-color: rgb(185,134,221); }

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