Html Css Color HEX #B33198 Medium Red Violet

📋 copy color: '#B33198'

red 179 ◦ green 49 ◦ blue 152

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

Shades of Medium Red Violet #B33198

Tints of Medium Red Violet #B33198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40%

R = 47.11%
G = 12.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33198 (or 0xB33198) is known color: Medium Red Violet. HEX triplet: B3, 31 and 98. RGB value is (179,49,152). Sum of RGB (Red+Green+Blue) = 179+49+152=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33198 is #4CCE67. Grayscale: #636363. Windows color (decimal): -5033576 or 9974195. OLE color: 9974195.

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

Color convert

RGB 179 49 152 -
CMYK 0 0.73 0.15 0.30
HSL 312.46º 0.57% 0.45% -
HSV(B) 312.46º 0.73% 0.7% -
XYZ 25.36 14.05 31.08 -
YUV 99.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 179 49 152 0 0.73 0.15 0.30 312.46 0.57 0.45
Hex B3 31 98 0 49 F 1E 138 39 2D
Octal 263 61 230 0 111 17 36 470 71 55
Binary 10110011 110001 10011000 0 1001001 1111 11110 100111000 111001 101101

Color Harmonies of #B33198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33198

Black with #B33198

Text Example


Text Example

White with #B33198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33198; }

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

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

background-color css

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

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

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

border-color css

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

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

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