Html Css Color HEX #B34079 Royal Heath

📋 copy color: '#B34079'

red 179 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #B34079

Tints of Royal Heath #B34079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

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

R = 49.18%
G = 17.58%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34079 (or 0xB34079) is known color: Royal Heath. HEX triplet: B3, 40 and 79. RGB value is (179,64,121). Sum of RGB (Red+Green+Blue) = 179+64+121=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34079 is #4CBF86. Grayscale: #686868. Windows color (decimal): -5029767 or 7946419. OLE color: 7946419.

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

Color convert

RGB 179 64 121 -
CMYK 0 0.64 0.32 0.30
HSL 330.26º 0.47% 0.48% -
HSV(B) 330.26º 0.64% 0.7% -
XYZ 23.87 14.63 19.65 -
YUV 104.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 179 64 121 0 0.64 0.32 0.30 330.26 0.47 0.48
Hex B3 40 79 0 40 20 1E 14A 2F 30
Octal 263 100 171 0 100 40 36 512 57 60
Binary 10110011 1000000 1111001 0 1000000 100000 11110 101001010 101111 110000

Color Harmonies of #B34079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34079

Black with #B34079

Text Example


Text Example

White with #B34079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34079; }

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

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

background-color css

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

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

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

border-color css

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

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

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