#BB5380

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

Shades of Royal Heath #BB5380

Tints of Royal Heath #BB5380

Color information

#BB5380 (or 0xBB5380) is unknown color: approx Royal Heath. HEX triplet: BB, 53 and 80. RGB value is (187,83,128). Sum of RGB (Red+Green+Blue) = 187+83+128=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5380 is #44AC7F. Grayscale: #777777. Windows color (decimal): -4500608 or 8410043. OLE color: 8410043.

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

Color convert

RGB18783128-
CMYK00.560.320.27
HSL334.04º43.33%52.94%-
HSV(B)334.04º55.61%73.33%-
XYZ27.4818.3122.51-
YUV119.23132.96176.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=46.98%
G=20.85%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878312800.560.320.27334.0443.3352.94
HexBB5380038201B14e2b35
Octal27312320007040335165365
Binary10111011101001110000000011100010000011011101001110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5380; }

 p { color: rgb(187,83,128); }

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

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

 a { background-color: rgb(187,83,128); }

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

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

 span { border-color: rgb(187,83,128); }

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