Html Css Color HEX #B986F9 Biloba Flower

📋 copy color: '#B986F9'

red 185 ◦ green 134 ◦ blue 249

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

Shades of Biloba Flower #B986F9

Tints of Biloba Flower #B986F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 32.57%
G = 23.59%
B = 43.84%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B986F9 (or 0xB986F9) is known color: Biloba Flower. HEX triplet: B9, 86 and F9. RGB value is (185,134,249). Sum of RGB (Red+Green+Blue) = 185+134+249=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #B986F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986F9 is #467906. Grayscale: #A1A1A1. Windows color (decimal): -4618503 or 16352953. OLE color: 16352953.

HSL color Cylindrical-coordinate representation of color #B986F9: hue angle of 266.61º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B986F9 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 134 249 -
CMYK 0.26 0.46 0 0.02
HSL 266.61º 0.91% 0.75% -
HSV(B) 266.61º 0.46% 0.98% -
XYZ 45.63 34.2 93.82 -
YUV 162.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 185 134 249 0.26 0.46 0 0.02 266.61 0.91 0.75
Hex B9 86 F9 1A 2E 0 2 10B 5B 4B
Octal 271 206 371 32 56 0 2 413 133 113
Binary 10111001 10000110 11111001 11010 101110 0 10 100001011 1011011 1001011

Color Harmonies of #B986F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986F9

Black with #B986F9

Text Example


Text Example

White with #B986F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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