Html Css Color HEX #B32C90 Medium Red Violet

📋 copy color: '#B32C90'

red 179 ◦ green 44 ◦ blue 144

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

Shades of Medium Red Violet #B32C90

Tints of Medium Red Violet #B32C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.99%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 48.77%
G = 11.99%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B32C90 (or 0xB32C90) is known color: Medium Red Violet. HEX triplet: B3, 2C and 90. RGB value is (179,44,144). Sum of RGB (Red+Green+Blue) = 179+44+144=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C90 is #4CD36F. Grayscale: #5F5F5F. Windows color (decimal): -5034864 or 9448627. OLE color: 9448627.

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

Color convert

RGB 179 44 144 -
CMYK 0 0.75 0.20 0.30
HSL 315.56º 0.61% 0.44% -
HSV(B) 315.56º 0.75% 0.7% -
XYZ 24.53 13.4 27.68 -
YUV 95.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 179 44 144 0 0.75 0.20 0.30 315.56 0.61 0.44
Hex B3 2C 90 0 4B 14 1E 13C 3D 2C
Octal 263 54 220 0 113 24 36 474 75 54
Binary 10110011 101100 10010000 0 1001011 10100 11110 100111100 111101 101100

Color Harmonies of #B32C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C90

Black with #B32C90

Text Example


Text Example

White with #B32C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C90; }

 p { color: rgb(179,44,144); }

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

background-color css

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

 a { background-color: rgb(179,44,144); }

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

border-color css

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

 span { border-color: rgb(179,44,144); }

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