Html Css Color HEX #BB5D7C Royal Heath

📋 copy color: '#BB5D7C'

red 187 ◦ green 93 ◦ blue 124

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

Shades of Royal Heath #BB5D7C

Tints of Royal Heath #BB5D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 46.29%
G = 23.02%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB5D7C (or 0xBB5D7C) is known color: Royal Heath. HEX triplet: BB, 5D and 7C. RGB value is (187,93,124). Sum of RGB (Red+Green+Blue) = 187+93+124=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D7C is #44A283. Grayscale: #7C7C7C. Windows color (decimal): -4498052 or 8150459. OLE color: 8150459.

HSL color Cylindrical-coordinate representation of color #BB5D7C: hue angle of 340.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5D7C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 93 124 -
CMYK 0 0.50 0.34 0.27
HSL 340.21º 0.41% 0.55% -
HSV(B) 340.21º 0.5% 0.73% -
XYZ 28.05 19.85 21.42 -
YUV 124.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 187 93 124 0 0.50 0.34 0.27 340.21 0.41 0.55
Hex BB 5D 7C 0 32 22 1B 154 29 37
Octal 273 135 174 0 62 42 33 524 51 67
Binary 10111011 1011101 1111100 0 110010 100010 11011 101010100 101001 110111

Color Harmonies of #BB5D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D7C

Black with #BB5D7C

Text Example


Text Example

White with #BB5D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D7C; }

 p { color: rgb(187,93,124); }

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

background-color css

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

 a { background-color: rgb(187,93,124); }

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

border-color css

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

 span { border-color: rgb(187,93,124); }

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