Html Css Color HEX #BB557F Royal Heath

📋 copy color: '#BB557F'

red 187 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #BB557F

Tints of Royal Heath #BB557F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 46.87%
G = 21.3%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB557F (or 0xBB557F) is known color: Royal Heath. HEX triplet: BB, 55 and 7F. RGB value is (187,85,127). Sum of RGB (Red+Green+Blue) = 187+85+127=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557F is #44AA80. Grayscale: #787878. Windows color (decimal): -4500097 or 8345019. OLE color: 8345019.

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

Color convert

RGB 187 85 127 -
CMYK 0 0.55 0.32 0.27
HSL 335.29º 0.43% 0.53% -
HSV(B) 335.29º 0.55% 0.73% -
XYZ 27.57 18.59 22.21 -
YUV 120.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 187 85 127 0 0.55 0.32 0.27 335.29 0.43 0.53
Hex BB 55 7F 0 37 20 1B 14F 2B 35
Octal 273 125 177 0 67 40 33 517 53 65
Binary 10111011 1010101 1111111 0 110111 100000 11011 101001111 101011 110101

Color Harmonies of #BB557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB557F

Black with #BB557F

Text Example


Text Example

White with #BB557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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