Html Css Color HEX #B34279 Royal Heath

📋 copy color: '#B34279'

red 179 ◦ green 66 ◦ blue 121

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

Shades of Royal Heath #B34279

Tints of Royal Heath #B34279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 48.91%
G = 18.03%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34279 (or 0xB34279) is known color: Royal Heath. HEX triplet: B3, 42 and 79. RGB value is (179,66,121). Sum of RGB (Red+Green+Blue) = 179+66+121=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34279 is #4CBD86. Grayscale: #696969. Windows color (decimal): -5029255 or 7946931. OLE color: 7946931.

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

Color convert

RGB 179 66 121 -
CMYK 0 0.63 0.32 0.30
HSL 330.8º 0.46% 0.48% -
HSV(B) 330.8º 0.63% 0.7% -
XYZ 23.99 14.86 19.69 -
YUV 106.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 179 66 121 0 0.63 0.32 0.30 330.8 0.46 0.48
Hex B3 42 79 0 3F 20 1E 14B 2E 30
Octal 263 102 171 0 77 40 36 513 56 60
Binary 10110011 1000010 1111001 0 111111 100000 11110 101001011 101110 110000

Color Harmonies of #B34279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34279

Black with #B34279

Text Example


Text Example

White with #B34279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34279; }

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

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

background-color css

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

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

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

border-color css

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

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

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