Html Css Color HEX #BB487D Royal Heath

📋 copy color: '#BB487D'

red 187 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #BB487D

Tints of Royal Heath #BB487D

RGB

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

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

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

R = 48.7%
G = 18.75%
B = 32.55%

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

#BB487D (or 0xBB487D) is known color: Royal Heath. HEX triplet: BB, 48 and 7D. RGB value is (187,72,125). Sum of RGB (Red+Green+Blue) = 187+72+125=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB487D is #44B782. Grayscale: #707070. Windows color (decimal): -4503427 or 8210619. OLE color: 8210619.

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

Color convert

RGB 187 72 125 -
CMYK 0 0.61 0.33 0.27
HSL 332.35º 0.46% 0.51% -
HSV(B) 332.35º 0.61% 0.73% -
XYZ 26.51 16.68 21.22 -
YUV 112.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 187 72 125 0 0.61 0.33 0.27 332.35 0.46 0.51
Hex BB 48 7D 0 3D 21 1B 14C 2E 33
Octal 273 110 175 0 75 41 33 514 56 63
Binary 10111011 1001000 1111101 0 111101 100001 11011 101001100 101110 110011

Color Harmonies of #BB487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB487D

Black with #BB487D

Text Example


Text Example

White with #BB487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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