Html Css Color HEX #B33186 Medium Red Violet

📋 copy color: '#B33186'

red 179 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #B33186

Tints of Medium Red Violet #B33186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 49.45%
G = 13.54%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B33186 (or 0xB33186) is known color: Medium Red Violet. HEX triplet: B3, 31 and 86. RGB value is (179,49,134). Sum of RGB (Red+Green+Blue) = 179+49+134=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33186 is #4CCE79. Grayscale: #616161. Windows color (decimal): -5033594 or 8794547. OLE color: 8794547.

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

Color convert

RGB 179 49 134 -
CMYK 0 0.73 0.25 0.30
HSL 320.77º 0.57% 0.45% -
HSV(B) 320.77º 0.73% 0.7% -
XYZ 23.99 13.5 23.9 -
YUV 97.56 148.57 186.09 -
System Red Green Blue C M Y K H S L
Decimal 179 49 134 0 0.73 0.25 0.30 320.77 0.57 0.45
Hex B3 31 86 0 49 19 1E 141 39 2D
Octal 263 61 206 0 111 31 36 501 71 55
Binary 10110011 110001 10000110 0 1001001 11001 11110 101000001 111001 101101

Color Harmonies of #B33186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33186

Black with #B33186

Text Example


Text Example

White with #B33186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33186; }

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

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

background-color css

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

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

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

border-color css

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

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

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