#b23a71

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

Shades of Royal Heath #B23A71

Tints of Royal Heath #B23A71

Color information

#B23A71 (or 0xB23A71) is unknown color: approx Royal Heath. HEX triplet: B2, 3A and 71. RGB value is (178,58,113). Sum of RGB (Red+Green+Blue) = 178+58+113=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A71 is #4DC58E. Grayscale: #646464. Windows color (decimal): -5096847 or 7420594. OLE color: 7420594.

HSL color Cylindrical-coordinate representation of color #B23A71: hue angle of 332.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A71 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17858113-
CMYK00.670.370.30
HSL332.5º50.85%46.27%-
HSV(B)332.5º67.42%69.8%-
XYZ22.8513.6817.06-
YUV100.15135.26183.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=51.00%
G=16.62%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785811300.670.370.30332.550.8546.27
HexB23A71043251E14c332e
Octal26272161010345365146356
Binary1011001011101011100010100001110010111110101001100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23a71; }

 p { color: rgb(178,58,113); }

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

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

 a { background-color: rgb(178,58,113); }

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

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

 span { border-color: rgb(178,58,113); }

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