Html Css Color HEX #B34579 Royal Heath

📋 copy color: '#B34579'

red 179 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #B34579

Tints of Royal Heath #B34579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.7%

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

R = 48.51%
G = 18.7%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34579 (or 0xB34579) is known color: Royal Heath. HEX triplet: B3, 45 and 79. RGB value is (179,69,121). Sum of RGB (Red+Green+Blue) = 179+69+121=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B34579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34579 is #4CBA86. Grayscale: #6B6B6B. Windows color (decimal): -5028487 or 7947699. OLE color: 7947699.

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

Color convert

RGB 179 69 121 -
CMYK 0 0.61 0.32 0.30
HSL 331.64º 0.44% 0.49% -
HSV(B) 331.64º 0.61% 0.7% -
XYZ 24.17 15.22 19.75 -
YUV 107.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 179 69 121 0 0.61 0.32 0.30 331.64 0.44 0.49
Hex B3 45 79 0 3D 20 1E 14C 2C 31
Octal 263 105 171 0 75 40 36 514 54 61
Binary 10110011 1000101 1111001 0 111101 100000 11110 101001100 101100 110001

Color Harmonies of #B34579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34579

Black with #B34579

Text Example


Text Example

White with #B34579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34579; }

 p { color: rgb(179,69,121); }

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

background-color css

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

 a { background-color: rgb(179,69,121); }

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

border-color css

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

 span { border-color: rgb(179,69,121); }

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