Html Css Color HEX #B34C71 Royal Heath

📋 copy color: '#B34C71'

red 179 ◦ green 76 ◦ blue 113

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

Shades of Royal Heath #B34C71

Tints of Royal Heath #B34C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

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

R = 48.64%
G = 20.65%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34C71 (or 0xB34C71) is known color: Royal Heath. HEX triplet: B3, 4C and 71. RGB value is (179,76,113). Sum of RGB (Red+Green+Blue) = 179+76+113=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C71 is #4CB38E. Grayscale: #6E6E6E. Windows color (decimal): -5026703 or 7425203. OLE color: 7425203.

HSL color Cylindrical-coordinate representation of color #B34C71: hue angle of 338.45º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C71 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 113 -
CMYK 0 0.58 0.37 0.30
HSL 338.45º 0.4% 0.5% -
HSV(B) 338.45º 0.58% 0.7% -
XYZ 24.16 15.94 17.43 -
YUV 111.02 129.12 176.49 -
System Red Green Blue C M Y K H S L
Decimal 179 76 113 0 0.58 0.37 0.30 338.45 0.4 0.5
Hex B3 4C 71 0 3A 25 1E 152 28 32
Octal 263 114 161 0 72 45 36 522 50 62
Binary 10110011 1001100 1110001 0 111010 100101 11110 101010010 101000 110010

Color Harmonies of #B34C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C71

Black with #B34C71

Text Example


Text Example

White with #B34C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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