Html Css Color HEX #B32C88 Medium Red Violet

📋 copy color: '#B32C88'

red 179 ◦ green 44 ◦ blue 136

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

Shades of Medium Red Violet #B32C88

Tints of Medium Red Violet #B32C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.88%

R = 49.86%
G = 12.26%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B32C88 (or 0xB32C88) is known color: Medium Red Violet. HEX triplet: B3, 2C and 88. RGB value is (179,44,136). Sum of RGB (Red+Green+Blue) = 179+44+136=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C88 is #4CD377. Grayscale: #5E5E5E. Windows color (decimal): -5034872 or 8924339. OLE color: 8924339.

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

Color convert

RGB 179 44 136 -
CMYK 0 0.75 0.24 0.30
HSL 319.11º 0.61% 0.44% -
HSV(B) 319.11º 0.75% 0.7% -
XYZ 23.94 13.16 24.57 -
YUV 94.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 179 44 136 0 0.75 0.24 0.30 319.11 0.61 0.44
Hex B3 2C 88 0 4B 18 1E 13F 3D 2C
Octal 263 54 210 0 113 30 36 477 75 54
Binary 10110011 101100 10001000 0 1001011 11000 11110 100111111 111101 101100

Color Harmonies of #B32C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C88

Black with #B32C88

Text Example


Text Example

White with #B32C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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