Html Css Color HEX #BB5882 Royal Heath

📋 copy color: '#BB5882'

red 187 ◦ green 88 ◦ blue 130

#BB5882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BB5882

Tints of Royal Heath #BB5882

RGB

 RED value IS 187 (73.44% from 255) = 46.17%

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 46.17%
G = 21.73%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB5882 (or 0xBB5882) is known color: Royal Heath. HEX triplet: BB, 58 and 82. RGB value is (187,88,130). Sum of RGB (Red+Green+Blue) = 187+88+130=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5882 is #44A77D. Grayscale: #7A7A7A. Windows color (decimal): -4499326 or 8542395. OLE color: 8542395.

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

Color convert

RGB 187 88 130 -
CMYK 0 0.53 0.30 0.27
HSL 334.55º 0.42% 0.54% -
HSV(B) 334.55º 0.53% 0.73% -
XYZ 28.01 19.16 23.34 -
YUV 122.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 187 88 130 0 0.53 0.30 0.27 334.55 0.42 0.54
Hex BB 58 82 0 35 1E 1B 14F 2A 36
Octal 273 130 202 0 65 36 33 517 52 66
Binary 10111011 1011000 10000010 0 110101 11110 11011 101001111 101010 110110

Color Harmonies of #BB5882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5882

Black with #BB5882

Text Example


Text Example

White with #BB5882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5882; }

 p { color: rgb(187,88,130); }

 H1.HeaderClassName
 {
   color: #BB5882;
 }
 .AnyTagClassName
 {
   color: #BB5882;
 }
</style>

background-color css

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

 a { background-color: rgb(187,88,130); }

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

border-color css

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

 span { border-color: rgb(187,88,130); }

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