Html Css Color HEX #B32C8E Medium Red Violet

📋 copy color: '#B32C8E'

red 179 ◦ green 44 ◦ blue 142

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

Shades of Medium Red Violet #B32C8E

Tints of Medium Red Violet #B32C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 49.04%
G = 12.05%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B32C8E (or 0xB32C8E) is known color: Medium Red Violet. HEX triplet: B3, 2C and 8E. RGB value is (179,44,142). Sum of RGB (Red+Green+Blue) = 179+44+142=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C8E is #4CD371. Grayscale: #5F5F5F. Windows color (decimal): -5034866 or 9317555. OLE color: 9317555.

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

Color convert

RGB 179 44 142 -
CMYK 0 0.75 0.21 0.30
HSL 316.44º 0.61% 0.44% -
HSV(B) 316.44º 0.75% 0.7% -
XYZ 24.37 13.34 26.88 -
YUV 95.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 179 44 142 0 0.75 0.21 0.30 316.44 0.61 0.44
Hex B3 2C 8E 0 4B 15 1E 13C 3D 2C
Octal 263 54 216 0 113 25 36 474 75 54
Binary 10110011 101100 10001110 0 1001011 10101 11110 100111100 111101 101100

Color Harmonies of #B32C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C8E

Black with #B32C8E

Text Example


Text Example

White with #B32C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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