Html Css Color HEX #B871FE Heliotrope

📋 copy color: '#B871FE'

red 184 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #B871FE

Tints of Heliotrope #B871FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 33.39%
G = 20.51%
B = 46.1%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B871FE (or 0xB871FE) is known color: Heliotrope. HEX triplet: B8, 71 and FE. RGB value is (184,113,254). Sum of RGB (Red+Green+Blue) = 184+113+254=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B871FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871FE is #478E01. Grayscale: #959595. Windows color (decimal): -4689410 or 16675256. OLE color: 16675256.

HSL color Cylindrical-coordinate representation of color #B871FE: hue angle of 270.21º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B871FE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 113 254 -
CMYK 0.28 0.56 0 0.00
HSL 270.21º 0.99% 0.72% -
HSV(B) 270.21º 0.56% 1% -
XYZ 43.56 29.16 97.1 -
YUV 150.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 184 113 254 0.28 0.56 0 0.00 270.21 0.99 0.72
Hex B8 71 FE 1C 38 0 0 10E 63 48
Octal 270 161 376 34 70 0 0 416 143 110
Binary 10111000 1110001 11111110 11100 111000 0 0 100001110 1100011 1001000

Color Harmonies of #B871FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871FE

Black with #B871FE

Text Example


Text Example

White with #B871FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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