Html Css Color HEX #B3327D Medium Red Violet

📋 copy color: '#B3327D'

red 179 ◦ green 50 ◦ blue 125

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

Shades of Medium Red Violet #B3327D

Tints of Medium Red Violet #B3327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 50.56%
G = 14.12%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3327D (or 0xB3327D) is known color: Medium Red Violet. HEX triplet: B3, 32 and 7D. RGB value is (179,50,125). Sum of RGB (Red+Green+Blue) = 179+50+125=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B3327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3327D is #4CCD82. Grayscale: #606060. Windows color (decimal): -5033347 or 8204979. OLE color: 8204979.

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

Color convert

RGB 179 50 125 -
CMYK 0 0.72 0.30 0.30
HSL 325.12º 0.56% 0.45% -
HSV(B) 325.12º 0.72% 0.7% -
XYZ 23.43 13.35 20.74 -
YUV 97.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 179 50 125 0 0.72 0.30 0.30 325.12 0.56 0.45
Hex B3 32 7D 0 48 1E 1E 145 38 2D
Octal 263 62 175 0 110 36 36 505 70 55
Binary 10110011 110010 1111101 0 1001000 11110 11110 101000101 111000 101101

Color Harmonies of #B3327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3327D

Black with #B3327D

Text Example


Text Example

White with #B3327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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