Html Css Color HEX #BB497D Royal Heath

📋 copy color: '#BB497D'

red 187 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #BB497D

Tints of Royal Heath #BB497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 48.57%
G = 18.96%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB497D (or 0xBB497D) is known color: Royal Heath. HEX triplet: BB, 49 and 7D. RGB value is (187,73,125). Sum of RGB (Red+Green+Blue) = 187+73+125=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB497D is #44B682. Grayscale: #707070. Windows color (decimal): -4503171 or 8210875. OLE color: 8210875.

HSL color Cylindrical-coordinate representation of color #BB497D: hue angle of 332.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB497D is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 125 -
CMYK 0 0.61 0.33 0.27
HSL 332.63º 0.46% 0.51% -
HSV(B) 332.63º 0.61% 0.73% -
XYZ 26.58 16.81 21.25 -
YUV 113.01 134.77 180.77 -
System Red Green Blue C M Y K H S L
Decimal 187 73 125 0 0.61 0.33 0.27 332.63 0.46 0.51
Hex BB 49 7D 0 3D 21 1B 14D 2E 33
Octal 273 111 175 0 75 41 33 515 56 63
Binary 10111011 1001001 1111101 0 111101 100001 11011 101001101 101110 110011

Color Harmonies of #BB497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB497D

Black with #BB497D

Text Example


Text Example

White with #BB497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB497D; }

 p { color: rgb(187,73,125); }

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

background-color css

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

 a { background-color: rgb(187,73,125); }

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

border-color css

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

 span { border-color: rgb(187,73,125); }

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