Html Css Color HEX #B34479 Royal Heath

📋 copy color: '#B34479'

red 179 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #B34479

Tints of Royal Heath #B34479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.48%

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

R = 48.64%
G = 18.48%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34479 (or 0xB34479) is known color: Royal Heath. HEX triplet: B3, 44 and 79. RGB value is (179,68,121). Sum of RGB (Red+Green+Blue) = 179+68+121=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B34479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34479 is #4CBB86. Grayscale: #6B6B6B. Windows color (decimal): -5028743 or 7947443. OLE color: 7947443.

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

Color convert

RGB 179 68 121 -
CMYK 0 0.62 0.32 0.30
HSL 331.35º 0.45% 0.48% -
HSV(B) 331.35º 0.62% 0.7% -
XYZ 24.11 15.1 19.73 -
YUV 107.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 179 68 121 0 0.62 0.32 0.30 331.35 0.45 0.48
Hex B3 44 79 0 3E 20 1E 14B 2D 30
Octal 263 104 171 0 76 40 36 513 55 60
Binary 10110011 1000100 1111001 0 111110 100000 11110 101001011 101101 110000

Color Harmonies of #B34479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34479

Black with #B34479

Text Example


Text Example

White with #B34479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34479; }

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

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

background-color css

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

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

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

border-color css

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

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

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