Html Css Color HEX #BB487F Royal Heath

📋 copy color: '#BB487F'

red 187 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #BB487F

Tints of Royal Heath #BB487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 48.45%
G = 18.65%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB487F (or 0xBB487F) is known color: Royal Heath. HEX triplet: BB, 48 and 7F. RGB value is (187,72,127). Sum of RGB (Red+Green+Blue) = 187+72+127=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487F is #44B780. Grayscale: #707070. Windows color (decimal): -4503425 or 8341691. OLE color: 8341691.

HSL color Cylindrical-coordinate representation of color #BB487F: hue angle of 331.3º 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 #BB487F is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 127 -
CMYK 0 0.61 0.32 0.27
HSL 331.3º 0.46% 0.51% -
HSV(B) 331.3º 0.61% 0.73% -
XYZ 26.64 16.73 21.9 -
YUV 112.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 187 72 127 0 0.61 0.32 0.27 331.3 0.46 0.51
Hex BB 48 7F 0 3D 20 1B 14B 2E 33
Octal 273 110 177 0 75 40 33 513 56 63
Binary 10111011 1001000 1111111 0 111101 100000 11011 101001011 101110 110011

Color Harmonies of #BB487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB487F

Black with #BB487F

Text Example


Text Example

White with #BB487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB487F; }

 p { color: rgb(187,72,127); }

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

background-color css

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

 a { background-color: rgb(187,72,127); }

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

border-color css

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

 span { border-color: rgb(187,72,127); }

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