Html Css Color HEX #BB557D Royal Heath

📋 copy color: '#BB557D'

red 187 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #BB557D

Tints of Royal Heath #BB557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

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

R = 47.1%
G = 21.41%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB557D (or 0xBB557D) is known color: Royal Heath. HEX triplet: BB, 55 and 7D. RGB value is (187,85,125). Sum of RGB (Red+Green+Blue) = 187+85+125=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557D is #44AA82. Grayscale: #787878. Windows color (decimal): -4500099 or 8213947. OLE color: 8213947.

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

Color convert

RGB 187 85 125 -
CMYK 0 0.55 0.33 0.27
HSL 336.47º 0.43% 0.53% -
HSV(B) 336.47º 0.55% 0.73% -
XYZ 27.44 18.54 21.53 -
YUV 120.06 130.79 175.75 -
System Red Green Blue C M Y K H S L
Decimal 187 85 125 0 0.55 0.33 0.27 336.47 0.43 0.53
Hex BB 55 7D 0 37 21 1B 150 2B 35
Octal 273 125 175 0 67 41 33 520 53 65
Binary 10111011 1010101 1111101 0 110111 100001 11011 101010000 101011 110101

Color Harmonies of #BB557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB557D

Black with #BB557D

Text Example


Text Example

White with #BB557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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