Html Css Color HEX #B34780 Royal Heath

📋 copy color: '#B34780'

red 179 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #B34780

Tints of Royal Heath #B34780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

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

R = 47.35%
G = 18.78%
B = 33.86%

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

#B34780 (or 0xB34780) is known color: Royal Heath. HEX triplet: B3, 47 and 80. RGB value is (179,71,128). Sum of RGB (Red+Green+Blue) = 179+71+128=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B34780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34780 is #4CB87F. Grayscale: #6D6D6D. Windows color (decimal): -5027968 or 8406963. OLE color: 8406963.

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

Color convert

RGB 179 71 128 -
CMYK 0 0.60 0.28 0.30
HSL 328.33º 0.43% 0.49% -
HSV(B) 328.33º 0.6% 0.7% -
XYZ 24.74 15.65 22.14 -
YUV 109.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 179 71 128 0 0.60 0.28 0.30 328.33 0.43 0.49
Hex B3 47 80 0 3C 1C 1E 148 2B 31
Octal 263 107 200 0 74 34 36 510 53 61
Binary 10110011 1000111 10000000 0 111100 11100 11110 101001000 101011 110001

Color Harmonies of #B34780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34780

Black with #B34780

Text Example


Text Example

White with #B34780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34780; }

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

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

background-color css

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

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

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

border-color css

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

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

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