#B2457A

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

Shades of Royal Heath #B2457A

Tints of Royal Heath #B2457A

Color information

#B2457A (or 0xB2457A) is unknown color: approx Royal Heath. HEX triplet: B2, 45 and 7A. RGB value is (178,69,122). Sum of RGB (Red+Green+Blue) = 178+69+122=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2457A is #4DBA85. Grayscale: #6B6B6B. Windows color (decimal): -5094022 or 8013234. OLE color: 8013234.

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

Color convert

RGB17869122-
CMYK00.610.310.30
HSL330.83º44.13%48.43%-
HSV(B)330.83º61.24%69.8%-
XYZ2415.1320.07-
YUV107.63136.11178.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=48.24%
G=18.70%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786912200.610.310.30330.8344.1348.43
HexB2457A03D1F1E14b2c30
Octal26210517207537365135460
Binary101100101000101111101001111011111111110101001011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2457A; }

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

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

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

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

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

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

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

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