Html Css Color HEX #B86CFA Heliotrope

📋 copy color: '#B86CFA'

red 184 ◦ green 108 ◦ blue 250

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

Shades of Heliotrope #B86CFA

Tints of Heliotrope #B86CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.93%

 BLUE value IS 250 (98.05% from 255) = 46.13%

R = 33.95%
G = 19.93%
B = 46.13%

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

#B86CFA (or 0xB86CFA) is known color: Heliotrope. HEX triplet: B8, 6C and FA. RGB value is (184,108,250). Sum of RGB (Red+Green+Blue) = 184+108+250=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #B86CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CFA is #479305. Grayscale: #929292. Windows color (decimal): -4690694 or 16411832. OLE color: 16411832.

HSL color Cylindrical-coordinate representation of color #B86CFA: hue angle of 272.11º degrees, saturation: 0.93, 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 #B86CFA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 108 250 -
CMYK 0.26 0.57 0 0.02
HSL 272.11º 0.93% 0.7% -
HSV(B) 272.11º 0.57% 0.98% -
XYZ 42.39 27.82 93.58 -
YUV 146.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 184 108 250 0.26 0.57 0 0.02 272.11 0.93 0.7
Hex B8 6C FA 1A 39 0 2 110 5D 46
Octal 270 154 372 32 71 0 2 420 135 106
Binary 10111000 1101100 11111010 11010 111001 0 10 100010000 1011101 1000110

Color Harmonies of #B86CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CFA

Black with #B86CFA

Text Example


Text Example

White with #B86CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CFA; }

 p { color: rgb(184,108,250); }

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

background-color css

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

 a { background-color: rgb(184,108,250); }

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

border-color css

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

 span { border-color: rgb(184,108,250); }

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