Html Css Color HEX #B33185 Medium Red Violet

📋 copy color: '#B33185'

red 179 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #B33185

Tints of Medium Red Violet #B33185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 49.58%
G = 13.57%
B = 36.84%

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

#B33185 (or 0xB33185) is known color: Medium Red Violet. HEX triplet: B3, 31 and 85. RGB value is (179,49,133). Sum of RGB (Red+Green+Blue) = 179+49+133=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B33185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33185 is #4CCE7A. Grayscale: #616161. Windows color (decimal): -5033595 or 8729011. OLE color: 8729011.

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

Color convert

RGB 179 49 133 -
CMYK 0 0.73 0.26 0.30
HSL 321.23º 0.57% 0.45% -
HSV(B) 321.23º 0.73% 0.7% -
XYZ 23.92 13.47 23.53 -
YUV 97.45 148.07 186.17 -
System Red Green Blue C M Y K H S L
Decimal 179 49 133 0 0.73 0.26 0.30 321.23 0.57 0.45
Hex B3 31 85 0 49 1A 1E 141 39 2D
Octal 263 61 205 0 111 32 36 501 71 55
Binary 10110011 110001 10000101 0 1001001 11010 11110 101000001 111001 101101

Color Harmonies of #B33185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33185

Black with #B33185

Text Example


Text Example

White with #B33185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33185; }

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

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

background-color css

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

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

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

border-color css

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

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

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