Html Css Color HEX #B32175 Medium Red Violet

📋 copy color: '#B32175'

red 179 ◦ green 33 ◦ blue 117

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

Shades of Medium Red Violet #B32175

Tints of Medium Red Violet #B32175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

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

R = 54.41%
G = 10.03%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B32175 (or 0xB32175) is known color: Medium Red Violet. HEX triplet: B3, 21 and 75. RGB value is (179,33,117). Sum of RGB (Red+Green+Blue) = 179+33+117=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B32175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32175 is #4CDE8A. Grayscale: #565656. Windows color (decimal): -5037707 or 7676339. OLE color: 7676339.

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

Color convert

RGB 179 33 117 -
CMYK 0 0.82 0.35 0.30
HSL 325.48º 0.69% 0.42% -
HSV(B) 325.48º 0.82% 0.7% -
XYZ 22.35 11.96 17.96 -
YUV 86.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 179 33 117 0 0.82 0.35 0.30 325.48 0.69 0.42
Hex B3 21 75 0 52 23 1E 145 45 2A
Octal 263 41 165 0 122 43 36 505 105 52
Binary 10110011 100001 1110101 0 1010010 100011 11110 101000101 1000101 101010

Color Harmonies of #B32175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32175

Black with #B32175

Text Example


Text Example

White with #B32175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32175; }

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

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

background-color css

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

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

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

border-color css

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

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

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