#B4417A

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

Shades of Royal Heath #B4417A

Tints of Royal Heath #B4417A

Color information

#B4417A (or 0xB4417A) is unknown color: approx Royal Heath. HEX triplet: B4, 41 and 7A. RGB value is (180,65,122). Sum of RGB (Red+Green+Blue) = 180+65+122=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B4417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4417A is #4BBE85. Grayscale: #696969. Windows color (decimal): -4963974 or 8012212. OLE color: 8012212.

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

Color convert

RGB18065122-
CMYK00.640.320.29
HSL330.26º46.94%48.04%-
HSV(B)330.26º63.89%70.59%-
XYZ24.2314.8920.01-
YUV105.88137.1180.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=49.05%
G=17.71%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806512200.640.320.29330.2646.9448.04
HexB4417A040201D14a2f30
Octal264101172010040355125760
Binary10110100100000111110100100000010000011101101001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4417A; }

 p { color: rgb(180,65,122); }

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

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

 a { background-color: rgb(180,65,122); }

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

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

 span { border-color: rgb(180,65,122); }

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