Html Css Color HEX #BB5071 Royal Heath

📋 copy color: '#BB5071'

red 187 ◦ green 80 ◦ blue 113

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

Shades of Royal Heath #BB5071

Tints of Royal Heath #BB5071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.05%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 49.21%
G = 21.05%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB5071 (or 0xBB5071) is known color: Royal Heath. HEX triplet: BB, 50 and 71. RGB value is (187,80,113). Sum of RGB (Red+Green+Blue) = 187+80+113=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5071 is #44AF8E. Grayscale: #737373. Windows color (decimal): -4501391 or 7426235. OLE color: 7426235.

HSL color Cylindrical-coordinate representation of color #BB5071: hue angle of 341.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5071 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 80 113 -
CMYK 0 0.57 0.40 0.27
HSL 341.5º 0.44% 0.52% -
HSV(B) 341.5º 0.57% 0.73% -
XYZ 26.34 17.49 17.61 -
YUV 115.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 187 80 113 0 0.57 0.40 0.27 341.5 0.44 0.52
Hex BB 50 71 0 39 28 1B 155 2C 34
Octal 273 120 161 0 71 50 33 525 54 64
Binary 10111011 1010000 1110001 0 111001 101000 11011 101010101 101100 110100

Color Harmonies of #BB5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5071

Black with #BB5071

Text Example


Text Example

White with #BB5071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5071; }

 p { color: rgb(187,80,113); }

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

background-color css

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

 a { background-color: rgb(187,80,113); }

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

border-color css

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

 span { border-color: rgb(187,80,113); }

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