Html Css Color HEX #B33182 Medium Red Violet

📋 copy color: '#B33182'

red 179 ◦ green 49 ◦ blue 130

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

Shades of Medium Red Violet #B33182

Tints of Medium Red Violet #B33182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 50%
G = 13.69%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B33182 (or 0xB33182) is known color: Medium Red Violet. HEX triplet: B3, 31 and 82. RGB value is (179,49,130). Sum of RGB (Red+Green+Blue) = 179+49+130=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B33182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33182 is #4CCE7D. Grayscale: #606060. Windows color (decimal): -5033598 or 8532403. OLE color: 8532403.

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

Color convert

RGB 179 49 130 -
CMYK 0 0.73 0.27 0.30
HSL 322.62º 0.57% 0.45% -
HSV(B) 322.62º 0.73% 0.7% -
XYZ 23.72 13.39 22.45 -
YUV 97.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 179 49 130 0 0.73 0.27 0.30 322.62 0.57 0.45
Hex B3 31 82 0 49 1B 1E 143 39 2D
Octal 263 61 202 0 111 33 36 503 71 55
Binary 10110011 110001 10000010 0 1001001 11011 11110 101000011 111001 101101

Color Harmonies of #B33182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33182

Black with #B33182

Text Example


Text Example

White with #B33182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33182; }

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

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

background-color css

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

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

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

border-color css

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

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

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