Html Css Color HEX #BB4A7C Royal Heath

📋 copy color: '#BB4A7C'

red 187 ◦ green 74 ◦ blue 124

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

Shades of Royal Heath #BB4A7C

Tints of Royal Heath #BB4A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.22%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 48.57%
G = 19.22%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB4A7C (or 0xBB4A7C) is known color: Royal Heath. HEX triplet: BB, 4A and 7C. RGB value is (187,74,124). Sum of RGB (Red+Green+Blue) = 187+74+124=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A7C is #44B583. Grayscale: #717171. Windows color (decimal): -4502916 or 8145595. OLE color: 8145595.

HSL color Cylindrical-coordinate representation of color #BB4A7C: hue angle of 333.45º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A7C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 124 -
CMYK 0 0.60 0.34 0.27
HSL 333.45º 0.45% 0.51% -
HSV(B) 333.45º 0.6% 0.73% -
XYZ 26.58 16.92 20.93 -
YUV 113.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 187 74 124 0 0.60 0.34 0.27 333.45 0.45 0.51
Hex BB 4A 7C 0 3C 22 1B 14D 2D 33
Octal 273 112 174 0 74 42 33 515 55 63
Binary 10111011 1001010 1111100 0 111100 100010 11011 101001101 101101 110011

Color Harmonies of #BB4A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A7C

Black with #BB4A7C

Text Example


Text Example

White with #BB4A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A7C; }

 p { color: rgb(187,74,124); }

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

background-color css

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

 a { background-color: rgb(187,74,124); }

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

border-color css

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

 span { border-color: rgb(187,74,124); }

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