Html Css Color HEX #B33184 Medium Red Violet

📋 copy color: '#B33184'

red 179 ◦ green 49 ◦ blue 132

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

Shades of Medium Red Violet #B33184

Tints of Medium Red Violet #B33184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 132 (51.95% from 255) = 36.67%

R = 49.72%
G = 13.61%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B33184 (or 0xB33184) is known color: Medium Red Violet. HEX triplet: B3, 31 and 84. RGB value is (179,49,132). Sum of RGB (Red+Green+Blue) = 179+49+132=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B33184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33184 is #4CCE7B. Grayscale: #616161. Windows color (decimal): -5033596 or 8663475. OLE color: 8663475.

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

Color convert

RGB 179 49 132 -
CMYK 0 0.73 0.26 0.30
HSL 321.69º 0.57% 0.45% -
HSV(B) 321.69º 0.73% 0.7% -
XYZ 23.85 13.45 23.17 -
YUV 97.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 179 49 132 0 0.73 0.26 0.30 321.69 0.57 0.45
Hex B3 31 84 0 49 1A 1E 142 39 2D
Octal 263 61 204 0 111 32 36 502 71 55
Binary 10110011 110001 10000100 0 1001001 11010 11110 101000010 111001 101101

Color Harmonies of #B33184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33184

Black with #B33184

Text Example


Text Example

White with #B33184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33184; }

 p { color: rgb(179,49,132); }

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

background-color css

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

 a { background-color: rgb(179,49,132); }

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

border-color css

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

 span { border-color: rgb(179,49,132); }

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