#B2407C

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

Shades of Royal Heath #B2407C

Tints of Royal Heath #B2407C

Color information

#B2407C (or 0xB2407C) is unknown color: approx Royal Heath. HEX triplet: B2, 40 and 7C. RGB value is (178,64,124). Sum of RGB (Red+Green+Blue) = 178+64+124=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2407C is #4DBF83. Grayscale: #686868. Windows color (decimal): -5095300 or 8143026. OLE color: 8143026.

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

Color convert

RGB17864124-
CMYK00.640.300.30
HSL328.42º47.11%47.45%-
HSV(B)328.42º64.04%69.8%-
XYZ23.8314.5920.63-
YUV104.93138.77180.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.63%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=48.63%
G=17.49%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786412400.640.300.30328.4247.1147.45
HexB2407C0401E1E1482f2f
Octal262100174010036365105757
Binary1011001010000001111100010000001111011110101001000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2407C; }

 p { color: rgb(178,64,124); }

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

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

 a { background-color: rgb(178,64,124); }

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

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

 span { border-color: rgb(178,64,124); }

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