#B23E77

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

Shades of Royal Heath #B23E77

Tints of Royal Heath #B23E77

Color information

#B23E77 (or 0xB23E77) is unknown color: approx Royal Heath. HEX triplet: B2, 3E and 77. RGB value is (178,62,119). Sum of RGB (Red+Green+Blue) = 178+62+119=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E77 is #4DC188. Grayscale: #676767. Windows color (decimal): -5095817 or 7814834. OLE color: 7814834.

HSL color Cylindrical-coordinate representation of color #B23E77: hue angle of 330.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23E77 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17862119-
CMYK00.650.330.30
HSL330.52º48.33%47.06%-
HSV(B)330.52º65.17%69.8%-
XYZ23.4114.2418.97-
YUV103.18136.93181.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.58%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=49.58%
G=17.27%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786211900.650.330.30330.5248.3347.06
HexB23E77041211E14b302f
Octal26276167010141365136057
Binary1011001011111011101110100000110000111110101001011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23E77; }

 p { color: rgb(178,62,119); }

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

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

 a { background-color: rgb(178,62,119); }

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

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

 span { border-color: rgb(178,62,119); }

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