#B4507C

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

Shades of Royal Heath #B4507C

Tints of Royal Heath #B4507C

Color information

#B4507C (or 0xB4507C) is unknown color: approx Royal Heath. HEX triplet: B4, 50 and 7C. RGB value is (180,80,124). Sum of RGB (Red+Green+Blue) = 180+80+124=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4507C is #4BAF83. Grayscale: #727272. Windows color (decimal): -4960132 or 8147124. OLE color: 8147124.

HSL color Cylindrical-coordinate representation of color #B4507C: hue angle of 333.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4507C is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18080124-
CMYK00.560.310.29
HSL333.6º40%50.98%-
HSV(B)333.6º55.56%70.59%-
XYZ25.3316.921-
YUV114.92133.13174.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 124 (48.83% from 255) = 32.29%
R=46.88%
G=20.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808012400.560.310.29333.64050.98
HexB4507C0381F1D14e2833
Octal26412017407037355165063
Binary101101001010000111110001110001111111101101001110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4507C; }

 p { color: rgb(180,80,124); }

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

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

 a { background-color: rgb(180,80,124); }

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

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

 span { border-color: rgb(180,80,124); }

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