Html Css Color HEX #B34475 Royal Heath

📋 copy color: '#B34475'

red 179 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #B34475

Tints of Royal Heath #B34475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 49.18%
G = 18.68%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34475 (or 0xB34475) is known color: Royal Heath. HEX triplet: B3, 44 and 75. RGB value is (179,68,117). Sum of RGB (Red+Green+Blue) = 179+68+117=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34475 is #4CBB8A. Grayscale: #6A6A6A. Windows color (decimal): -5028747 or 7685299. OLE color: 7685299.

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

Color convert

RGB 179 68 117 -
CMYK 0 0.62 0.35 0.30
HSL 333.51º 0.45% 0.48% -
HSV(B) 333.51º 0.62% 0.7% -
XYZ 23.87 15 18.47 -
YUV 106.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 179 68 117 0 0.62 0.35 0.30 333.51 0.45 0.48
Hex B3 44 75 0 3E 23 1E 14E 2D 30
Octal 263 104 165 0 76 43 36 516 55 60
Binary 10110011 1000100 1110101 0 111110 100011 11110 101001110 101101 110000

Color Harmonies of #B34475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34475

Black with #B34475

Text Example


Text Example

White with #B34475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34475; }

 p { color: rgb(179,68,117); }

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

background-color css

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

 a { background-color: rgb(179,68,117); }

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

border-color css

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

 span { border-color: rgb(179,68,117); }

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