Html Css Color HEX #B986E4 Biloba Flower

📋 copy color: '#B986E4'

red 185 ◦ green 134 ◦ blue 228

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

Shades of Biloba Flower #B986E4

Tints of Biloba Flower #B986E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.68%

R = 33.82%
G = 24.5%
B = 41.68%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B986E4 (or 0xB986E4) is known color: Biloba Flower. HEX triplet: B9, 86 and E4. RGB value is (185,134,228). Sum of RGB (Red+Green+Blue) = 185+134+228=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #B986E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986E4 is #46791B. Grayscale: #9F9F9F. Windows color (decimal): -4618524 or 14976697. OLE color: 14976697.

HSL color Cylindrical-coordinate representation of color #B986E4: hue angle of 272.55º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B986E4 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 134 228 -
CMYK 0.19 0.41 0 0.11
HSL 272.55º 0.64% 0.71% -
HSV(B) 272.55º 0.41% 0.89% -
XYZ 42.54 32.97 77.52 -
YUV 159.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 185 134 228 0.19 0.41 0 0.11 272.55 0.64 0.71
Hex B9 86 E4 13 29 0 B 111 40 47
Octal 271 206 344 23 51 0 13 421 100 107
Binary 10111001 10000110 11100100 10011 101001 0 1011 100010001 1000000 1000111

Color Harmonies of #B986E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986E4

Black with #B986E4

Text Example


Text Example

White with #B986E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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