#B44680

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

Shades of Royal Heath #B44680

Tints of Royal Heath #B44680

Color information

#B44680 (or 0xB44680) is unknown color: approx Royal Heath. HEX triplet: B4, 46 and 80. RGB value is (180,70,128). Sum of RGB (Red+Green+Blue) = 180+70+128=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B44680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44680 is #4BB97F. Grayscale: #6D6D6D. Windows color (decimal): -4962688 or 8406708. OLE color: 8406708.

HSL color Cylindrical-coordinate representation of color #B44680: hue angle of 328.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44680 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18070128-
CMYK00.610.290.29
HSL328.36º44%49.02%-
HSV(B)328.36º61.11%70.59%-
XYZ24.9115.6422.13-
YUV109.5138.44178.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=47.62%
G=18.52%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807012800.610.290.29328.364449.02
HexB4468003D1D1D1482c31
Octal26410620007535355105461
Binary1011010010001101000000001111011110111101101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44680; }

 p { color: rgb(180,70,128); }

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

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

 a { background-color: rgb(180,70,128); }

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

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

 span { border-color: rgb(180,70,128); }

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