#B23F78

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

Shades of Royal Heath #B23F78

Tints of Royal Heath #B23F78

Color information

#B23F78 (or 0xB23F78) is unknown color: approx Royal Heath. HEX triplet: B2, 3F and 78. RGB value is (178,63,120). Sum of RGB (Red+Green+Blue) = 178+63+120=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F78 is #4DC087. Grayscale: #676767. Windows color (decimal): -5095560 or 7880626. OLE color: 7880626.

HSL color Cylindrical-coordinate representation of color #B23F78: hue angle of 330.26º 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 #B23F78 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17863120-
CMYK00.650.330.30
HSL330.26º47.72%47.25%-
HSV(B)330.26º64.61%69.8%-
XYZ23.5314.3819.3-
YUV103.88137.1180.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=49.31%
G=17.45%
B=33.24%

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
Decimal1786312000.650.330.30330.2647.7247.25
HexB23F78041211E14a302f
Octal26277170010141365126057
Binary1011001011111111110000100000110000111110101001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23F78; }

 p { color: rgb(178,63,120); }

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

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

 a { background-color: rgb(178,63,120); }

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

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

 span { border-color: rgb(178,63,120); }

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