Html Css Color HEX #B878F2 Heliotrope

📋 copy color: '#B878F2'

red 184 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #B878F2

Tints of Heliotrope #B878F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.98%

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 33.7%
G = 21.98%
B = 44.32%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B878F2 (or 0xB878F2) is known color: Heliotrope. HEX triplet: B8, 78 and F2. RGB value is (184,120,242). Sum of RGB (Red+Green+Blue) = 184+120+242=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #B878F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B878F2 is #47870D. Grayscale: #989898. Windows color (decimal): -4687630 or 15890616. OLE color: 15890616.

HSL color Cylindrical-coordinate representation of color #B878F2: hue angle of 271.48º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B878F2 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 120 242 -
CMYK 0.24 0.50 0 0.05
HSL 271.48º 0.82% 0.71% -
HSV(B) 271.48º 0.5% 0.95% -
XYZ 42.51 30.03 87.56 -
YUV 153.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 184 120 242 0.24 0.50 0 0.05 271.48 0.82 0.71
Hex B8 78 F2 18 32 0 5 10F 52 47
Octal 270 170 362 30 62 0 5 417 122 107
Binary 10111000 1111000 11110010 11000 110010 0 101 100001111 1010010 1000111

Color Harmonies of #B878F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878F2

Black with #B878F2

Text Example


Text Example

White with #B878F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878F2; }

 p { color: rgb(184,120,242); }

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

background-color css

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

 a { background-color: rgb(184,120,242); }

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

border-color css

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

 span { border-color: rgb(184,120,242); }

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