Html Css Color HEX #BB4079 Royal Heath

📋 copy color: '#BB4079'

red 187 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #BB4079

Tints of Royal Heath #BB4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 50.27%
G = 17.2%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4079 (or 0xBB4079) is known color: Royal Heath. HEX triplet: BB, 40 and 79. RGB value is (187,64,121). Sum of RGB (Red+Green+Blue) = 187+64+121=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4079 is #44BF86. Grayscale: #6B6B6B. Windows color (decimal): -4505479 or 7946427. OLE color: 7946427.

HSL color Cylindrical-coordinate representation of color #BB4079: hue angle of 332.2º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4079 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 121 -
CMYK 0 0.66 0.35 0.27
HSL 332.2º 0.49% 0.49% -
HSV(B) 332.2º 0.66% 0.73% -
XYZ 25.78 15.61 19.74 -
YUV 107.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 187 64 121 0 0.66 0.35 0.27 332.2 0.49 0.49
Hex BB 40 79 0 42 23 1B 14C 31 31
Octal 273 100 171 0 102 43 33 514 61 61
Binary 10111011 1000000 1111001 0 1000010 100011 11011 101001100 110001 110001

Color Harmonies of #BB4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4079

Black with #BB4079

Text Example


Text Example

White with #BB4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4079; }

 p { color: rgb(187,64,121); }

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

background-color css

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

 a { background-color: rgb(187,64,121); }

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

border-color css

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

 span { border-color: rgb(187,64,121); }

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