Html Css Color HEX #B34978 Royal Heath

📋 copy color: '#B34978'

red 179 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #B34978

Tints of Royal Heath #B34978

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 120 (47.27% from 255) = 32.26%

R = 48.12%
G = 19.62%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B34978 (or 0xB34978) is known color: Royal Heath. HEX triplet: B3, 49 and 78. RGB value is (179,73,120). Sum of RGB (Red+Green+Blue) = 179+73+120=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B34978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34978 is #4CB687. Grayscale: #6D6D6D. Windows color (decimal): -5027464 or 7883187. OLE color: 7883187.

HSL color Cylindrical-coordinate representation of color #B34978: hue angle of 333.4º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34978 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 120 -
CMYK 0 0.59 0.33 0.30
HSL 333.4º 0.42% 0.49% -
HSV(B) 333.4º 0.59% 0.7% -
XYZ 24.36 15.7 19.52 -
YUV 110.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 179 73 120 0 0.59 0.33 0.30 333.4 0.42 0.49
Hex B3 49 78 0 3B 21 1E 14D 2A 31
Octal 263 111 170 0 73 41 36 515 52 61
Binary 10110011 1001001 1111000 0 111011 100001 11110 101001101 101010 110001

Color Harmonies of #B34978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34978

Black with #B34978

Text Example


Text Example

White with #B34978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34978; }

 p { color: rgb(179,73,120); }

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

background-color css

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

 a { background-color: rgb(179,73,120); }

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

border-color css

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

 span { border-color: rgb(179,73,120); }

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