#BB5474

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

Shades of Royal Heath #BB5474

Tints of Royal Heath #BB5474

Color information

#BB5474 (or 0xBB5474) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 74. RGB value is (187,84,116). Sum of RGB (Red+Green+Blue) = 187+84+116=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5474 is #44AB8B. Grayscale: #767676. Windows color (decimal): -4500364 or 7623867. OLE color: 7623867.

HSL color Cylindrical-coordinate representation of color #BB5474: hue angle of 341.36º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5474 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18784116-
CMYK00.550.380.27
HSL341.36º43.1%53.14%-
HSV(B)341.36º55.08%73.33%-
XYZ26.8218.1718.62-
YUV118.44126.62176.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=48.32%
G=21.71%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878411600.550.380.27341.3643.153.14
HexBB5474037261B1552b35
Octal27312416406746335255365
Binary1011101110101001110100011011110011011011101010101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5474; }

 p { color: rgb(187,84,116); }

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

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

 a { background-color: rgb(187,84,116); }

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

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

 span { border-color: rgb(187,84,116); }

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