Html Css Color HEX #B86BF9 Heliotrope

📋 copy color: '#B86BF9'

red 184 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #B86BF9

Tints of Heliotrope #B86BF9

RGB

 RED value IS 184 (72.27% from 255) = 34.07%

 GREEN value IS 107 (42.19% from 255) = 19.81%

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

R = 34.07%
G = 19.81%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B86BF9 (or 0xB86BF9) is known color: Heliotrope. HEX triplet: B8, 6B and F9. RGB value is (184,107,249). Sum of RGB (Red+Green+Blue) = 184+107+249=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #B86BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86BF9 is #479406. Grayscale: #919191. Windows color (decimal): -4690951 or 16346040. OLE color: 16346040.

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

Color convert

RGB 184 107 249 -
CMYK 0.26 0.57 0 0.02
HSL 272.54º 0.92% 0.7% -
HSV(B) 272.54º 0.57% 0.98% -
XYZ 42.12 27.55 92.72 -
YUV 146.21 186.01 154.95 -
System Red Green Blue C M Y K H S L
Decimal 184 107 249 0.26 0.57 0 0.02 272.54 0.92 0.7
Hex B8 6B F9 1A 39 0 2 111 5C 46
Octal 270 153 371 32 71 0 2 421 134 106
Binary 10111000 1101011 11111001 11010 111001 0 10 100010001 1011100 1000110

Color Harmonies of #B86BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BF9

Black with #B86BF9

Text Example


Text Example

White with #B86BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BF9; }

 p { color: rgb(184,107,249); }

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

background-color css

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

 a { background-color: rgb(184,107,249); }

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

border-color css

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

 span { border-color: rgb(184,107,249); }

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