Html Css Color HEX #B34771 Royal Heath

📋 copy color: '#B34771'

red 179 ◦ green 71 ◦ blue 113

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

Shades of Royal Heath #B34771

Tints of Royal Heath #B34771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.13%

R = 49.31%
G = 19.56%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34771 (or 0xB34771) is known color: Royal Heath. HEX triplet: B3, 47 and 71. RGB value is (179,71,113). Sum of RGB (Red+Green+Blue) = 179+71+113=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34771 is #4CB88E. Grayscale: #6C6C6C. Windows color (decimal): -5027983 or 7423923. OLE color: 7423923.

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

Color convert

RGB 179 71 113 -
CMYK 0 0.60 0.37 0.30
HSL 336.67º 0.43% 0.49% -
HSV(B) 336.67º 0.6% 0.7% -
XYZ 23.82 15.28 17.32 -
YUV 108.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 179 71 113 0 0.60 0.37 0.30 336.67 0.43 0.49
Hex B3 47 71 0 3C 25 1E 151 2B 31
Octal 263 107 161 0 74 45 36 521 53 61
Binary 10110011 1000111 1110001 0 111100 100101 11110 101010001 101011 110001

Color Harmonies of #B34771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34771

Black with #B34771

Text Example


Text Example

White with #B34771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34771; }

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

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

background-color css

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

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

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

border-color css

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

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

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