Html Css Color HEX #B34679 Royal Heath

📋 copy color: '#B34679'

red 179 ◦ green 70 ◦ blue 121

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

Shades of Royal Heath #B34679

Tints of Royal Heath #B34679

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

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

R = 48.38%
G = 18.92%
B = 32.7%

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

#B34679 (or 0xB34679) is known color: Royal Heath. HEX triplet: B3, 46 and 79. RGB value is (179,70,121). Sum of RGB (Red+Green+Blue) = 179+70+121=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B34679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34679 is #4CB986. Grayscale: #6C6C6C. Windows color (decimal): -5028231 or 7947955. OLE color: 7947955.

HSL color Cylindrical-coordinate representation of color #B34679: hue angle of 331.93º 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 #B34679 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 121 -
CMYK 0 0.61 0.32 0.30
HSL 331.93º 0.44% 0.49% -
HSV(B) 331.93º 0.61% 0.7% -
XYZ 24.23 15.34 19.77 -
YUV 108.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 179 70 121 0 0.61 0.32 0.30 331.93 0.44 0.49
Hex B3 46 79 0 3D 20 1E 14C 2C 31
Octal 263 106 171 0 75 40 36 514 54 61
Binary 10110011 1000110 1111001 0 111101 100000 11110 101001100 101100 110001

Color Harmonies of #B34679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34679

Black with #B34679

Text Example


Text Example

White with #B34679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34679; }

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

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

background-color css

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

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

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

border-color css

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

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

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