Html Css Color HEX #B34673 Royal Heath

📋 copy color: '#B34673'

red 179 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #B34673

Tints of Royal Heath #B34673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 49.18%
G = 19.23%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34673 (or 0xB34673) is known color: Royal Heath. HEX triplet: B3, 46 and 73. RGB value is (179,70,115). Sum of RGB (Red+Green+Blue) = 179+70+115=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34673 is #4CB98C. Grayscale: #6B6B6B. Windows color (decimal): -5028237 or 7554739. OLE color: 7554739.

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

Color convert

RGB 179 70 115 -
CMYK 0 0.61 0.36 0.30
HSL 335.23º 0.44% 0.49% -
HSV(B) 335.23º 0.61% 0.7% -
XYZ 23.88 15.2 17.9 -
YUV 107.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 179 70 115 0 0.61 0.36 0.30 335.23 0.44 0.49
Hex B3 46 73 0 3D 24 1E 14F 2C 31
Octal 263 106 163 0 75 44 36 517 54 61
Binary 10110011 1000110 1110011 0 111101 100100 11110 101001111 101100 110001

Color Harmonies of #B34673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34673

Black with #B34673

Text Example


Text Example

White with #B34673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34673; }

 p { color: rgb(179,70,115); }

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

background-color css

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

 a { background-color: rgb(179,70,115); }

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

border-color css

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

 span { border-color: rgb(179,70,115); }

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