Html Css Color HEX #B86FFA Heliotrope

📋 copy color: '#B86FFA'

red 184 ◦ green 111 ◦ blue 250

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

Shades of Heliotrope #B86FFA

Tints of Heliotrope #B86FFA

RGB

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

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

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

R = 33.76%
G = 20.37%
B = 45.87%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B86FFA (or 0xB86FFA) is known color: Heliotrope. HEX triplet: B8, 6F and FA. RGB value is (184,111,250). Sum of RGB (Red+Green+Blue) = 184+111+250=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #B86FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FFA is #479005. Grayscale: #949494. Windows color (decimal): -4689926 or 16412600. OLE color: 16412600.

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

Color convert

RGB 184 111 250 -
CMYK 0.26 0.56 0 0.02
HSL 271.51º 0.93% 0.71% -
HSV(B) 271.51º 0.56% 0.98% -
XYZ 42.71 28.46 93.69 -
YUV 148.67 185.18 153.2 -
System Red Green Blue C M Y K H S L
Decimal 184 111 250 0.26 0.56 0 0.02 271.51 0.93 0.71
Hex B8 6F FA 1A 38 0 2 110 5D 47
Octal 270 157 372 32 70 0 2 420 135 107
Binary 10111000 1101111 11111010 11010 111000 0 10 100010000 1011101 1000111

Color Harmonies of #B86FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FFA

Black with #B86FFA

Text Example


Text Example

White with #B86FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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