Html Css Color HEX #B3328C Medium Red Violet

📋 copy color: '#B3328C'

red 179 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #B3328C

Tints of Medium Red Violet #B3328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 48.51%
G = 13.55%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3328C (or 0xB3328C) is known color: Medium Red Violet. HEX triplet: B3, 32 and 8C. RGB value is (179,50,140). Sum of RGB (Red+Green+Blue) = 179+50+140=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3328C is #4CCD73. Grayscale: #626262. Windows color (decimal): -5033332 or 9188019. OLE color: 9188019.

HSL color Cylindrical-coordinate representation of color #B3328C: hue angle of 318.14º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3328C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 140 -
CMYK 0 0.72 0.22 0.30
HSL 318.14º 0.56% 0.45% -
HSV(B) 318.14º 0.72% 0.7% -
XYZ 24.46 13.76 26.18 -
YUV 98.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 179 50 140 0 0.72 0.22 0.30 318.14 0.56 0.45
Hex B3 32 8C 0 48 16 1E 13E 38 2D
Octal 263 62 214 0 110 26 36 476 70 55
Binary 10110011 110010 10001100 0 1001000 10110 11110 100111110 111000 101101

Color Harmonies of #B3328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3328C

Black with #B3328C

Text Example


Text Example

White with #B3328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3328C; }

 p { color: rgb(179,50,140); }

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

background-color css

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

 a { background-color: rgb(179,50,140); }

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

border-color css

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

 span { border-color: rgb(179,50,140); }

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