Html Css Color HEX #BB577D Royal Heath

📋 copy color: '#BB577D'

red 187 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #BB577D

Tints of Royal Heath #BB577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.8%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 46.87%
G = 21.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB577D (or 0xBB577D) is known color: Royal Heath. HEX triplet: BB, 57 and 7D. RGB value is (187,87,125). Sum of RGB (Red+Green+Blue) = 187+87+125=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB577D is #44A882. Grayscale: #797979. Windows color (decimal): -4499587 or 8214459. OLE color: 8214459.

HSL color Cylindrical-coordinate representation of color #BB577D: hue angle of 337.2º 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 #BB577D is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 87 125 -
CMYK 0 0.53 0.33 0.27
HSL 337.2º 0.42% 0.54% -
HSV(B) 337.2º 0.53% 0.73% -
XYZ 27.6 18.86 21.59 -
YUV 121.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 187 87 125 0 0.53 0.33 0.27 337.2 0.42 0.54
Hex BB 57 7D 0 35 21 1B 151 2A 36
Octal 273 127 175 0 65 41 33 521 52 66
Binary 10111011 1010111 1111101 0 110101 100001 11011 101010001 101010 110110

Color Harmonies of #BB577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB577D

Black with #BB577D

Text Example


Text Example

White with #BB577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB577D; }

 p { color: rgb(187,87,125); }

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

background-color css

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

 a { background-color: rgb(187,87,125); }

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

border-color css

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

 span { border-color: rgb(187,87,125); }

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