Html Css Color HEX #B870FC Heliotrope

📋 copy color: '#B870FC'

red 184 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #B870FC

Tints of Heliotrope #B870FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.44%

 BLUE value IS 252 (98.83% from 255) = 45.99%

R = 33.58%
G = 20.44%
B = 45.99%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B870FC (or 0xB870FC) is known color: Heliotrope. HEX triplet: B8, 70 and FC. RGB value is (184,112,252). Sum of RGB (Red+Green+Blue) = 184+112+252=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #B870FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B870FC is #478F03. Grayscale: #959595. Windows color (decimal): -4689668 or 16543928. OLE color: 16543928.

HSL color Cylindrical-coordinate representation of color #B870FC: hue angle of 270.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B870FC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 112 252 -
CMYK 0.27 0.56 0 0.01
HSL 270.86º 0.96% 0.71% -
HSV(B) 270.86º 0.56% 0.99% -
XYZ 43.13 28.81 95.38 -
YUV 149.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 184 112 252 0.27 0.56 0 0.01 270.86 0.96 0.71
Hex B8 70 FC 1B 38 0 1 10F 60 47
Octal 270 160 374 33 70 0 1 417 140 107
Binary 10111000 1110000 11111100 11011 111000 0 1 100001111 1100000 1000111

Color Harmonies of #B870FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B870FC

Black with #B870FC

Text Example


Text Example

White with #B870FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B870FC; }

 p { color: rgb(184,112,252); }

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

background-color css

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

 a { background-color: rgb(184,112,252); }

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

border-color css

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

 span { border-color: rgb(184,112,252); }

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