Html Css Color HEX #BB5D7B Royal Heath

📋 copy color: '#BB5D7B'

red 187 ◦ green 93 ◦ blue 123

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

Shades of Royal Heath #BB5D7B

Tints of Royal Heath #BB5D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 46.4%
G = 23.08%
B = 30.52%

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

#BB5D7B (or 0xBB5D7B) is known color: Royal Heath. HEX triplet: BB, 5D and 7B. RGB value is (187,93,123). Sum of RGB (Red+Green+Blue) = 187+93+123=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D7B is #44A284. Grayscale: #7C7C7C. Windows color (decimal): -4498053 or 8084923. OLE color: 8084923.

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

Color convert

RGB 187 93 123 -
CMYK 0 0.50 0.34 0.27
HSL 340.85º 0.41% 0.55% -
HSV(B) 340.85º 0.5% 0.73% -
XYZ 27.98 19.82 21.09 -
YUV 124.53 127.14 172.56 -
System Red Green Blue C M Y K H S L
Decimal 187 93 123 0 0.50 0.34 0.27 340.85 0.41 0.55
Hex BB 5D 7B 0 32 22 1B 155 29 37
Octal 273 135 173 0 62 42 33 525 51 67
Binary 10111011 1011101 1111011 0 110010 100010 11011 101010101 101001 110111

Color Harmonies of #BB5D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D7B

Black with #BB5D7B

Text Example


Text Example

White with #BB5D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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