Html Css Color HEX #B3328F Medium Red Violet

📋 copy color: '#B3328F'

red 179 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #B3328F

Tints of Medium Red Violet #B3328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 48.12%
G = 13.44%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3328F (or 0xB3328F) is known color: Medium Red Violet. HEX triplet: B3, 32 and 8F. RGB value is (179,50,143). Sum of RGB (Red+Green+Blue) = 179+50+143=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3328F is #4CCD70. Grayscale: #626262. Windows color (decimal): -5033329 or 9384627. OLE color: 9384627.

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

Color convert

RGB 179 50 143 -
CMYK 0 0.72 0.20 0.30
HSL 316.74º 0.56% 0.45% -
HSV(B) 316.74º 0.72% 0.7% -
XYZ 24.69 13.85 27.36 -
YUV 99.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 179 50 143 0 0.72 0.20 0.30 316.74 0.56 0.45
Hex B3 32 8F 0 48 14 1E 13D 38 2D
Octal 263 62 217 0 110 24 36 475 70 55
Binary 10110011 110010 10001111 0 1001000 10100 11110 100111101 111000 101101

Color Harmonies of #B3328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3328F

Black with #B3328F

Text Example


Text Example

White with #B3328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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