Html Css Color HEX #BB4279 Royal Heath

📋 copy color: '#BB4279'

red 187 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #BB4279

Tints of Royal Heath #BB4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 50%
G = 17.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4279 (or 0xBB4279) is known color: Royal Heath. HEX triplet: BB, 42 and 79. RGB value is (187,66,121). Sum of RGB (Red+Green+Blue) = 187+66+121=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4279 is #44BD86. Grayscale: #6C6C6C. Windows color (decimal): -4504967 or 7946939. OLE color: 7946939.

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

Color convert

RGB 187 66 121 -
CMYK 0 0.65 0.35 0.27
HSL 332.73º 0.48% 0.5% -
HSV(B) 332.73º 0.65% 0.73% -
XYZ 25.89 15.84 19.78 -
YUV 108.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 187 66 121 0 0.65 0.35 0.27 332.73 0.48 0.5
Hex BB 42 79 0 41 23 1B 14D 30 32
Octal 273 102 171 0 101 43 33 515 60 62
Binary 10111011 1000010 1111001 0 1000001 100011 11011 101001101 110000 110010

Color Harmonies of #BB4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4279

Black with #BB4279

Text Example


Text Example

White with #BB4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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