Html Css Color HEX #B86DF6 Heliotrope

📋 copy color: '#B86DF6'

red 184 ◦ green 109 ◦ blue 246

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

Shades of Heliotrope #B86DF6

Tints of Heliotrope #B86DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.22%

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

R = 34.14%
G = 20.22%
B = 45.64%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B86DF6 (or 0xB86DF6) is known color: Heliotrope. HEX triplet: B8, 6D and F6. RGB value is (184,109,246). Sum of RGB (Red+Green+Blue) = 184+109+246=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #B86DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86DF6 is #479209. Grayscale: #929292. Windows color (decimal): -4690442 or 16149944. OLE color: 16149944.

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

Color convert

RGB 184 109 246 -
CMYK 0.25 0.56 0 0.04
HSL 272.85º 0.88% 0.7% -
HSV(B) 272.85º 0.56% 0.96% -
XYZ 41.87 27.78 90.34 -
YUV 147.04 183.85 154.36 -
System Red Green Blue C M Y K H S L
Decimal 184 109 246 0.25 0.56 0 0.04 272.85 0.88 0.7
Hex B8 6D F6 19 38 0 4 111 58 46
Octal 270 155 366 31 70 0 4 421 130 106
Binary 10111000 1101101 11110110 11001 111000 0 100 100010001 1011000 1000110

Color Harmonies of #B86DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DF6

Black with #B86DF6

Text Example


Text Example

White with #B86DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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