Html Css Color HEX #B871F6 Heliotrope

📋 copy color: '#B871F6'

red 184 ◦ green 113 ◦ blue 246

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

Shades of Heliotrope #B871F6

Tints of Heliotrope #B871F6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.81%

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

R = 33.89%
G = 20.81%
B = 45.3%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B871F6 (or 0xB871F6) is known color: Heliotrope. HEX triplet: B8, 71 and F6. RGB value is (184,113,246). Sum of RGB (Red+Green+Blue) = 184+113+246=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #B871F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871F6 is #478E09. Grayscale: #949494. Windows color (decimal): -4689418 or 16150968. OLE color: 16150968.

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

Color convert

RGB 184 113 246 -
CMYK 0.25 0.54 0 0.04
HSL 272.03º 0.88% 0.7% -
HSV(B) 272.03º 0.54% 0.96% -
XYZ 42.31 28.65 90.49 -
YUV 149.39 182.52 152.69 -
System Red Green Blue C M Y K H S L
Decimal 184 113 246 0.25 0.54 0 0.04 272.03 0.88 0.7
Hex B8 71 F6 19 36 0 4 110 58 46
Octal 270 161 366 31 66 0 4 420 130 106
Binary 10111000 1110001 11110110 11001 110110 0 100 100010000 1011000 1000110

Color Harmonies of #B871F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871F6

Black with #B871F6

Text Example


Text Example

White with #B871F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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