Html Css Color HEX #B34173 Royal Heath

📋 copy color: '#B34173'

red 179 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #B34173

Tints of Royal Heath #B34173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

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

R = 49.86%
G = 18.11%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34173 (or 0xB34173) is known color: Royal Heath. HEX triplet: B3, 41 and 73. RGB value is (179,65,115). Sum of RGB (Red+Green+Blue) = 179+65+115=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B34173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34173 is #4CBE8C. Grayscale: #686868. Windows color (decimal): -5029517 or 7553459. OLE color: 7553459.

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

Color convert

RGB 179 65 115 -
CMYK 0 0.64 0.36 0.30
HSL 333.68º 0.47% 0.48% -
HSV(B) 333.68º 0.64% 0.7% -
XYZ 23.58 14.6 17.8 -
YUV 104.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 179 65 115 0 0.64 0.36 0.30 333.68 0.47 0.48
Hex B3 41 73 0 40 24 1E 14E 2F 30
Octal 263 101 163 0 100 44 36 516 57 60
Binary 10110011 1000001 1110011 0 1000000 100100 11110 101001110 101111 110000

Color Harmonies of #B34173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34173

Black with #B34173

Text Example


Text Example

White with #B34173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34173; }

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

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

background-color css

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

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

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

border-color css

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

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

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