Html Css Color HEX #B34880 Royal Heath

📋 copy color: '#B34880'

red 179 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #B34880

Tints of Royal Heath #B34880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

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

R = 47.23%
G = 19%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B34880 (or 0xB34880) is known color: Royal Heath. HEX triplet: B3, 48 and 80. RGB value is (179,72,128). Sum of RGB (Red+Green+Blue) = 179+72+128=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B34880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34880 is #4CB77F. Grayscale: #6E6E6E. Windows color (decimal): -5027712 or 8407219. OLE color: 8407219.

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

Color convert

RGB 179 72 128 -
CMYK 0 0.60 0.28 0.30
HSL 328.6º 0.43% 0.49% -
HSV(B) 328.6º 0.6% 0.7% -
XYZ 24.8 15.78 22.16 -
YUV 110.38 137.95 176.95 -
System Red Green Blue C M Y K H S L
Decimal 179 72 128 0 0.60 0.28 0.30 328.6 0.43 0.49
Hex B3 48 80 0 3C 1C 1E 149 2B 31
Octal 263 110 200 0 74 34 36 511 53 61
Binary 10110011 1001000 10000000 0 111100 11100 11110 101001001 101011 110001

Color Harmonies of #B34880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34880

Black with #B34880

Text Example


Text Example

White with #B34880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34880; }

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

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

background-color css

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

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

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

border-color css

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

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

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