Html Css Color HEX #B3328B Medium Red Violet

📋 copy color: '#B3328B'

red 179 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #B3328B

Tints of Medium Red Violet #B3328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 48.64%
G = 13.59%
B = 37.77%

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

#B3328B (or 0xB3328B) is known color: Medium Red Violet. HEX triplet: B3, 32 and 8B. RGB value is (179,50,139). Sum of RGB (Red+Green+Blue) = 179+50+139=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3328B is #4CCD74. Grayscale: #626262. Windows color (decimal): -5033333 or 9122483. OLE color: 9122483.

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

Color convert

RGB 179 50 139 -
CMYK 0 0.72 0.22 0.30
HSL 318.6º 0.56% 0.45% -
HSV(B) 318.6º 0.72% 0.7% -
XYZ 24.39 13.73 25.79 -
YUV 98.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 179 50 139 0 0.72 0.22 0.30 318.6 0.56 0.45
Hex B3 32 8B 0 48 16 1E 13F 38 2D
Octal 263 62 213 0 110 26 36 477 70 55
Binary 10110011 110010 10001011 0 1001000 10110 11110 100111111 111000 101101

Color Harmonies of #B3328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3328B

Black with #B3328B

Text Example


Text Example

White with #B3328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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