Html Css Color HEX #BB5474 Royal Heath

📋 copy color: '#BB5474'

red 187 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #BB5474

Tints of Royal Heath #BB5474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.71%

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

R = 48.32%
G = 21.71%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BB5474 (or 0xBB5474) is known color: Royal Heath. HEX triplet: BB, 54 and 74. RGB value is (187,84,116). Sum of RGB (Red+Green+Blue) = 187+84+116=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5474 is #44AB8B. Grayscale: #767676. Windows color (decimal): -4500364 or 7623867. OLE color: 7623867.

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

Color convert

RGB 187 84 116 -
CMYK 0 0.55 0.38 0.27
HSL 341.36º 0.43% 0.53% -
HSV(B) 341.36º 0.55% 0.73% -
XYZ 26.82 18.17 18.62 -
YUV 118.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 187 84 116 0 0.55 0.38 0.27 341.36 0.43 0.53
Hex BB 54 74 0 37 26 1B 155 2B 35
Octal 273 124 164 0 67 46 33 525 53 65
Binary 10111011 1010100 1110100 0 110111 100110 11011 101010101 101011 110101

Color Harmonies of #BB5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5474

Black with #BB5474

Text Example


Text Example

White with #BB5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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