#b23f7a

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

Shades of Royal Heath #B23F7A

Tints of Royal Heath #B23F7A

Color information

#B23F7A (or 0xB23F7A) is unknown color: approx Royal Heath. HEX triplet: B2, 3F and 7A. RGB value is (178,63,122). Sum of RGB (Red+Green+Blue) = 178+63+122=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B23F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23F7A is #4DC085. Grayscale: #676767. Windows color (decimal): -5095558 or 8011698. OLE color: 8011698.

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

Color convert

RGB17863122-
CMYK00.650.310.30
HSL329.22º47.72%47.25%-
HSV(B)329.22º64.61%69.8%-
XYZ23.6514.4319.95-
YUV104.11138.1180.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.04%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=49.04%
G=17.36%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786312200.650.310.30329.2247.7247.25
HexB23F7A0411F1E149302f
Octal26277172010137365116057
Binary101100101111111111010010000011111111110101001001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23f7a; }

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

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

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

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

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

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

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

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