Html Css Color HEX #B986DF Biloba Flower

📋 copy color: '#B986DF'

red 185 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #B986DF

Tints of Biloba Flower #B986DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 34.13%
G = 24.72%
B = 41.14%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B986DF (or 0xB986DF) is known color: Biloba Flower. HEX triplet: B9, 86 and DF. RGB value is (185,134,223). Sum of RGB (Red+Green+Blue) = 185+134+223=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B986DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DF is #467920. Grayscale: #9F9F9F. Windows color (decimal): -4618529 or 14649017. OLE color: 14649017.

HSL color Cylindrical-coordinate representation of color #B986DF: hue angle of 274.38º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B986DF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 134 223 -
CMYK 0.17 0.40 0 0.13
HSL 274.38º 0.58% 0.7% -
HSV(B) 274.38º 0.4% 0.87% -
XYZ 41.85 32.69 73.92 -
YUV 159.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 185 134 223 0.17 0.40 0 0.13 274.38 0.58 0.7
Hex B9 86 DF 11 28 0 D 112 3A 46
Octal 271 206 337 21 50 0 15 422 72 106
Binary 10111001 10000110 11011111 10001 101000 0 1101 100010010 111010 1000110

Color Harmonies of #B986DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986DF

Black with #B986DF

Text Example


Text Example

White with #B986DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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