Html Css Color HEX #B33099 Medium Red Violet

📋 copy color: '#B33099'

red 179 ◦ green 48 ◦ blue 153

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

Shades of Medium Red Violet #B33099

Tints of Medium Red Violet #B33099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.63%

 BLUE value IS 153 (60.16% from 255) = 40.26%

R = 47.11%
G = 12.63%
B = 40.26%

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

#B33099 (or 0xB33099) is known color: Medium Red Violet. HEX triplet: B3, 30 and 99. RGB value is (179,48,153). Sum of RGB (Red+Green+Blue) = 179+48+153=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33099 is #4CCF66. Grayscale: #626262. Windows color (decimal): -5033831 or 10039475. OLE color: 10039475.

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

Color convert

RGB 179 48 153 -
CMYK 0 0.73 0.15 0.30
HSL 311.91º 0.58% 0.45% -
HSV(B) 311.91º 0.73% 0.7% -
XYZ 25.4 14 31.5 -
YUV 99.14 158.4 184.96 -
System Red Green Blue C M Y K H S L
Decimal 179 48 153 0 0.73 0.15 0.30 311.91 0.58 0.45
Hex B3 30 99 0 49 F 1E 138 3A 2D
Octal 263 60 231 0 111 17 36 470 72 55
Binary 10110011 110000 10011001 0 1001001 1111 11110 100111000 111010 101101

Color Harmonies of #B33099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33099

Black with #B33099

Text Example


Text Example

White with #B33099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33099; }

 p { color: rgb(179,48,153); }

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

background-color css

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

 a { background-color: rgb(179,48,153); }

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

border-color css

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

 span { border-color: rgb(179,48,153); }

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