Html Css Color HEX #B86EF6 Heliotrope

📋 copy color: '#B86EF6'

red 184 ◦ green 110 ◦ blue 246

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

Shades of Heliotrope #B86EF6

Tints of Heliotrope #B86EF6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.37%

 BLUE value IS 246 (96.48% from 255) = 45.56%

R = 34.07%
G = 20.37%
B = 45.56%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B86EF6 (or 0xB86EF6) is known color: Heliotrope. HEX triplet: B8, 6E and F6. RGB value is (184,110,246). Sum of RGB (Red+Green+Blue) = 184+110+246=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #B86EF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EF6 is #479109. Grayscale: #939393. Windows color (decimal): -4690186 or 16150200. OLE color: 16150200.

HSL color Cylindrical-coordinate representation of color #B86EF6: hue angle of 272.65º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B86EF6 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 110 246 -
CMYK 0.25 0.55 0 0.04
HSL 272.65º 0.88% 0.7% -
HSV(B) 272.65º 0.55% 0.96% -
XYZ 41.98 28 90.38 -
YUV 147.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 184 110 246 0.25 0.55 0 0.04 272.65 0.88 0.7
Hex B8 6E F6 19 37 0 4 111 58 46
Octal 270 156 366 31 67 0 4 421 130 106
Binary 10111000 1101110 11110110 11001 110111 0 100 100010001 1011000 1000110

Color Harmonies of #B86EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EF6

Black with #B86EF6

Text Example


Text Example

White with #B86EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EF6; }

 p { color: rgb(184,110,246); }

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

background-color css

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

 a { background-color: rgb(184,110,246); }

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

border-color css

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

 span { border-color: rgb(184,110,246); }

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