#B83C78

Color #B83C78 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B83C78

Tints of Royal Heath #B83C78

Color information

#B83C78 (or 0xB83C78) is unknown color: approx Royal Heath. HEX triplet: B8, 3C and 78. RGB value is (184,60,120). Sum of RGB (Red+Green+Blue) = 184+60+120=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83C78 is #47C387. Grayscale: #676767. Windows color (decimal): -4703112 or 7879864. OLE color: 7879864.

HSL color Cylindrical-coordinate representation of color #B83C78: hue angle of 330.97º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C78 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18460120-
CMYK00.670.350.28
HSL330.97º50.82%47.84%-
HSV(B)330.97º67.39%72.16%-
XYZ24.7714.7819.32-
YUV103.92137.08185.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 60 (23.83% from 255) = 16.48%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=50.55%
G=16.48%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846012000.670.350.28330.9750.8247.84
HexB83C78043231C14b3330
Octal27074170010343345136360
Binary1011100011110011110000100001110001111100101001011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C78; }

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

 H1.HeaderClassName
 {
   color: #B83C78;
 }
 .AnyTagClassName
 {
   color: #B83C78;
 }
</style>
background-color css

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

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

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

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

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

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