Html Css Color HEX #B34071 Royal Heath

📋 copy color: '#B34071'

red 179 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #B34071

Tints of Royal Heath #B34071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

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

R = 50.28%
G = 17.98%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34071 (or 0xB34071) is known color: Royal Heath. HEX triplet: B3, 40 and 71. RGB value is (179,64,113). Sum of RGB (Red+Green+Blue) = 179+64+113=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B34071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34071 is #4CBF8E. Grayscale: #676767. Windows color (decimal): -5029775 or 7422131. OLE color: 7422131.

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

Color convert

RGB 179 64 113 -
CMYK 0 0.64 0.37 0.30
HSL 334.43º 0.47% 0.48% -
HSV(B) 334.43º 0.64% 0.7% -
XYZ 23.4 14.44 17.18 -
YUV 103.97 133.1 181.52 -
System Red Green Blue C M Y K H S L
Decimal 179 64 113 0 0.64 0.37 0.30 334.43 0.47 0.48
Hex B3 40 71 0 40 25 1E 14E 2F 30
Octal 263 100 161 0 100 45 36 516 57 60
Binary 10110011 1000000 1110001 0 1000000 100101 11110 101001110 101111 110000

Color Harmonies of #B34071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34071

Black with #B34071

Text Example


Text Example

White with #B34071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34071; }

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

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

background-color css

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

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

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

border-color css

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

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

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