Html Css Color HEX #B86FFB Heliotrope

📋 copy color: '#B86FFB'

red 184 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #B86FFB

Tints of Heliotrope #B86FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 33.7%
G = 20.33%
B = 45.97%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B86FFB (or 0xB86FFB) is known color: Heliotrope. HEX triplet: B8, 6F and FB. RGB value is (184,111,251). Sum of RGB (Red+Green+Blue) = 184+111+251=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 111 (43.75% from 255 or 20.33% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #B86FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FFB is #479004. Grayscale: #949494. Windows color (decimal): -4689925 or 16478136. OLE color: 16478136.

HSL color Cylindrical-coordinate representation of color #B86FFB: hue angle of 271.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86FFB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 111 251 -
CMYK 0.27 0.56 0 0.02
HSL 271.29º 0.95% 0.71% -
HSV(B) 271.29º 0.56% 0.98% -
XYZ 42.86 28.52 94.51 -
YUV 148.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 184 111 251 0.27 0.56 0 0.02 271.29 0.95 0.71
Hex B8 6F FB 1B 38 0 2 10F 5F 47
Octal 270 157 373 33 70 0 2 417 137 107
Binary 10111000 1101111 11111011 11011 111000 0 10 100001111 1011111 1000111

Color Harmonies of #B86FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FFB

Black with #B86FFB

Text Example


Text Example

White with #B86FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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