Html Css Color HEX #B86FF6 Heliotrope

📋 copy color: '#B86FF6'

red 184 ◦ green 111 ◦ blue 246

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

Shades of Heliotrope #B86FF6

Tints of Heliotrope #B86FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

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

R = 34.01%
G = 20.52%
B = 45.47%

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

#B86FF6 (or 0xB86FF6) is known color: Heliotrope. HEX triplet: B8, 6F and F6. RGB value is (184,111,246). Sum of RGB (Red+Green+Blue) = 184+111+246=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #B86FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FF6 is #479009. Grayscale: #939393. Windows color (decimal): -4689930 or 16150456. OLE color: 16150456.

HSL color Cylindrical-coordinate representation of color #B86FF6: hue angle of 272.44º 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 #B86FF6 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 111 246 -
CMYK 0.25 0.55 0 0.04
HSL 272.44º 0.88% 0.7% -
HSV(B) 272.44º 0.55% 0.96% -
XYZ 42.09 28.21 90.42 -
YUV 148.22 183.18 153.52 -
System Red Green Blue C M Y K H S L
Decimal 184 111 246 0.25 0.55 0 0.04 272.44 0.88 0.7
Hex B8 6F F6 19 37 0 4 110 58 46
Octal 270 157 366 31 67 0 4 420 130 106
Binary 10111000 1101111 11110110 11001 110111 0 100 100010000 1011000 1000110

Color Harmonies of #B86FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FF6

Black with #B86FF6

Text Example


Text Example

White with #B86FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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