Html Css Color HEX #B34570 Royal Heath

📋 copy color: '#B34570'

red 179 ◦ green 69 ◦ blue 112

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

Shades of Royal Heath #B34570

Tints of Royal Heath #B34570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.17%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 49.72%
G = 19.17%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34570 (or 0xB34570) is known color: Royal Heath. HEX triplet: B3, 45 and 70. RGB value is (179,69,112). Sum of RGB (Red+Green+Blue) = 179+69+112=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B34570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34570 is #4CBA8F. Grayscale: #6A6A6A. Windows color (decimal): -5028496 or 7357875. OLE color: 7357875.

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

Color convert

RGB 179 69 112 -
CMYK 0 0.61 0.37 0.30
HSL 336.55º 0.44% 0.49% -
HSV(B) 336.55º 0.61% 0.7% -
XYZ 23.64 15.01 16.98 -
YUV 106.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 179 69 112 0 0.61 0.37 0.30 336.55 0.44 0.49
Hex B3 45 70 0 3D 25 1E 151 2C 31
Octal 263 105 160 0 75 45 36 521 54 61
Binary 10110011 1000101 1110000 0 111101 100101 11110 101010001 101100 110001

Color Harmonies of #B34570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34570

Black with #B34570

Text Example


Text Example

White with #B34570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34570; }

 p { color: rgb(179,69,112); }

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

background-color css

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

 a { background-color: rgb(179,69,112); }

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

border-color css

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

 span { border-color: rgb(179,69,112); }

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