Html Css Color HEX #BB4D80 Royal Heath

📋 copy color: '#BB4D80'

red 187 ◦ green 77 ◦ blue 128

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

Shades of Royal Heath #BB4D80

Tints of Royal Heath #BB4D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.64%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 47.7%
G = 19.64%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4D80 (or 0xBB4D80) is known color: Royal Heath. HEX triplet: BB, 4D and 80. RGB value is (187,77,128). Sum of RGB (Red+Green+Blue) = 187+77+128=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D80 is #44B27F. Grayscale: #737373. Windows color (decimal): -4502144 or 8408507. OLE color: 8408507.

HSL color Cylindrical-coordinate representation of color #BB4D80: hue angle of 332.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D80 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 128 -
CMYK 0 0.59 0.32 0.27
HSL 332.18º 0.45% 0.52% -
HSV(B) 332.18º 0.59% 0.73% -
XYZ 27.04 17.43 22.36 -
YUV 115.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 187 77 128 0 0.59 0.32 0.27 332.18 0.45 0.52
Hex BB 4D 80 0 3B 20 1B 14C 2D 34
Octal 273 115 200 0 73 40 33 514 55 64
Binary 10111011 1001101 10000000 0 111011 100000 11011 101001100 101101 110100

Color Harmonies of #BB4D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D80

Black with #BB4D80

Text Example


Text Example

White with #BB4D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D80; }

 p { color: rgb(187,77,128); }

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

background-color css

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

 a { background-color: rgb(187,77,128); }

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

border-color css

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

 span { border-color: rgb(187,77,128); }

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