Html Css Color HEX #B34271 Royal Heath

📋 copy color: '#B34271'

red 179 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B34271

Tints of Royal Heath #B34271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.44%

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

R = 50%
G = 18.44%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34271 (or 0xB34271) is known color: Royal Heath. HEX triplet: B3, 42 and 71. RGB value is (179,66,113). Sum of RGB (Red+Green+Blue) = 179+66+113=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B34271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34271 is #4CBD8E. Grayscale: #696969. Windows color (decimal): -5029263 or 7422643. OLE color: 7422643.

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

Color convert

RGB 179 66 113 -
CMYK 0 0.63 0.37 0.30
HSL 335.04º 0.46% 0.48% -
HSV(B) 335.04º 0.63% 0.7% -
XYZ 23.52 14.67 17.22 -
YUV 105.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 179 66 113 0 0.63 0.37 0.30 335.04 0.46 0.48
Hex B3 42 71 0 3F 25 1E 14F 2E 30
Octal 263 102 161 0 77 45 36 517 56 60
Binary 10110011 1000010 1110001 0 111111 100101 11110 101001111 101110 110000

Color Harmonies of #B34271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34271

Black with #B34271

Text Example


Text Example

White with #B34271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34271; }

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

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

background-color css

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

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

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

border-color css

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

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

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