Html Css Color HEX #BB5174 Royal Heath

📋 copy color: '#BB5174'

red 187 ◦ green 81 ◦ blue 116

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

Shades of Royal Heath #BB5174

Tints of Royal Heath #BB5174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.09%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 48.7%
G = 21.09%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB5174 (or 0xBB5174) is known color: Royal Heath. HEX triplet: BB, 51 and 74. RGB value is (187,81,116). Sum of RGB (Red+Green+Blue) = 187+81+116=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5174 is #44AE8B. Grayscale: #747474. Windows color (decimal): -4501132 or 7623099. OLE color: 7623099.

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

Color convert

RGB 187 81 116 -
CMYK 0 0.57 0.38 0.27
HSL 340.19º 0.44% 0.53% -
HSV(B) 340.19º 0.57% 0.73% -
XYZ 26.59 17.71 18.54 -
YUV 116.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 187 81 116 0 0.57 0.38 0.27 340.19 0.44 0.53
Hex BB 51 74 0 39 26 1B 154 2C 35
Octal 273 121 164 0 71 46 33 524 54 65
Binary 10111011 1010001 1110100 0 111001 100110 11011 101010100 101100 110101

Color Harmonies of #BB5174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5174

Black with #BB5174

Text Example


Text Example

White with #BB5174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5174; }

 p { color: rgb(187,81,116); }

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

background-color css

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

 a { background-color: rgb(187,81,116); }

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

border-color css

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

 span { border-color: rgb(187,81,116); }

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