Html Css Color HEX #BB3771 Royal Heath

📋 copy color: '#BB3771'

red 187 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #BB3771

Tints of Royal Heath #BB3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 52.68%
G = 15.49%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB3771 (or 0xBB3771) is known color: Royal Heath. HEX triplet: BB, 37 and 71. RGB value is (187,55,113). Sum of RGB (Red+Green+Blue) = 187+55+113=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3771 is #44C88E. Grayscale: #646464. Windows color (decimal): -4507791 or 7419835. OLE color: 7419835.

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

Color convert

RGB 187 55 113 -
CMYK 0 0.71 0.40 0.27
HSL 333.64º 0.55% 0.47% -
HSV(B) 333.64º 0.71% 0.73% -
XYZ 24.84 14.49 17.11 -
YUV 101.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 187 55 113 0 0.71 0.40 0.27 333.64 0.55 0.47
Hex BB 37 71 0 47 28 1B 14E 37 2F
Octal 273 67 161 0 107 50 33 516 67 57
Binary 10111011 110111 1110001 0 1000111 101000 11011 101001110 110111 101111

Color Harmonies of #BB3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3771

Black with #BB3771

Text Example


Text Example

White with #BB3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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