Html Css Color HEX #BB4379 Royal Heath

📋 copy color: '#BB4379'

red 187 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #BB4379

Tints of Royal Heath #BB4379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

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

R = 49.87%
G = 17.87%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB4379 (or 0xBB4379) is known color: Royal Heath. HEX triplet: BB, 43 and 79. RGB value is (187,67,121). Sum of RGB (Red+Green+Blue) = 187+67+121=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4379 is #44BC86. Grayscale: #6C6C6C. Windows color (decimal): -4504711 or 7947195. OLE color: 7947195.

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

Color convert

RGB 187 67 121 -
CMYK 0 0.64 0.35 0.27
HSL 333º 0.47% 0.5% -
HSV(B) 333º 0.64% 0.73% -
XYZ 25.95 15.96 19.8 -
YUV 109.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 187 67 121 0 0.64 0.35 0.27 333 0.47 0.5
Hex BB 43 79 0 40 23 1B 14D 2F 32
Octal 273 103 171 0 100 43 33 515 57 62
Binary 10111011 1000011 1111001 0 1000000 100011 11011 101001101 101111 110010

Color Harmonies of #BB4379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4379

Black with #BB4379

Text Example


Text Example

White with #BB4379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4379; }

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

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

background-color css

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

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

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

border-color css

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

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

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