Html Css Color HEX #B4327C Medium Red Violet

📋 copy color: '#B4327C'

red 180 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #B4327C

Tints of Medium Red Violet #B4327C

RGB

 RED value IS 180 (70.7% from 255) = 50.85%

 GREEN value IS 50 (19.92% from 255) = 14.12%

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 50.85%
G = 14.12%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4327C (or 0xB4327C) is known color: Medium Red Violet. HEX triplet: B4, 32 and 7C. RGB value is (180,50,124). Sum of RGB (Red+Green+Blue) = 180+50+124=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4327C is #4BCD83. Grayscale: #616161. Windows color (decimal): -4967812 or 8139444. OLE color: 8139444.

HSL color Cylindrical-coordinate representation of color #B4327C: hue angle of 325.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4327C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 50 124 -
CMYK 0 0.72 0.31 0.29
HSL 325.85º 0.57% 0.45% -
HSV(B) 325.85º 0.72% 0.71% -
XYZ 23.6 13.44 20.42 -
YUV 97.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 180 50 124 0 0.72 0.31 0.29 325.85 0.57 0.45
Hex B4 32 7C 0 48 1F 1D 146 39 2D
Octal 264 62 174 0 110 37 35 506 71 55
Binary 10110100 110010 1111100 0 1001000 11111 11101 101000110 111001 101101

Color Harmonies of #B4327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4327C

Black with #B4327C

Text Example


Text Example

White with #B4327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4327C; }

 p { color: rgb(180,50,124); }

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

background-color css

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

 a { background-color: rgb(180,50,124); }

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

border-color css

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

 span { border-color: rgb(180,50,124); }

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