Html Css Color HEX #B873F6 Heliotrope

📋 copy color: '#B873F6'

red 184 ◦ green 115 ◦ blue 246

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

Shades of Heliotrope #B873F6

Tints of Heliotrope #B873F6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.1%

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

R = 33.76%
G = 21.1%
B = 45.14%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B873F6 (or 0xB873F6) is known color: Heliotrope. HEX triplet: B8, 73 and F6. RGB value is (184,115,246). Sum of RGB (Red+Green+Blue) = 184+115+246=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #B873F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B873F6 is #478C09. Grayscale: #969696. Windows color (decimal): -4688906 or 16151480. OLE color: 16151480.

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

Color convert

RGB 184 115 246 -
CMYK 0.25 0.53 0 0.04
HSL 271.6º 0.88% 0.71% -
HSV(B) 271.6º 0.53% 0.96% -
XYZ 42.53 29.11 90.57 -
YUV 150.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 184 115 246 0.25 0.53 0 0.04 271.6 0.88 0.71
Hex B8 73 F6 19 35 0 4 110 58 47
Octal 270 163 366 31 65 0 4 420 130 107
Binary 10111000 1110011 11110110 11001 110101 0 100 100010000 1011000 1000111

Color Harmonies of #B873F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B873F6

Black with #B873F6

Text Example


Text Example

White with #B873F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B873F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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