Html Css Color HEX #B34980 Royal Heath

📋 copy color: '#B34980'

red 179 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #B34980

Tints of Royal Heath #B34980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

 BLUE value IS 128 (50.39% from 255) = 33.68%

R = 47.11%
G = 19.21%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B34980 (or 0xB34980) is known color: Royal Heath. HEX triplet: B3, 49 and 80. RGB value is (179,73,128). Sum of RGB (Red+Green+Blue) = 179+73+128=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34980 is #4CB67F. Grayscale: #6E6E6E. Windows color (decimal): -5027456 or 8407475. OLE color: 8407475.

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

Color convert

RGB 179 73 128 -
CMYK 0 0.59 0.28 0.30
HSL 328.87º 0.42% 0.49% -
HSV(B) 328.87º 0.59% 0.7% -
XYZ 24.87 15.91 22.18 -
YUV 110.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 179 73 128 0 0.59 0.28 0.30 328.87 0.42 0.49
Hex B3 49 80 0 3B 1C 1E 149 2A 31
Octal 263 111 200 0 73 34 36 511 52 61
Binary 10110011 1001001 10000000 0 111011 11100 11110 101001001 101010 110001

Color Harmonies of #B34980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34980

Black with #B34980

Text Example


Text Example

White with #B34980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34980; }

 p { color: rgb(179,73,128); }

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

background-color css

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

 a { background-color: rgb(179,73,128); }

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

border-color css

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

 span { border-color: rgb(179,73,128); }

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