Html Css Color HEX #B33079 Medium Red Violet

📋 copy color: '#B33079'

red 179 ◦ green 48 ◦ blue 121

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

Shades of Medium Red Violet #B33079

Tints of Medium Red Violet #B33079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 51.44%
G = 13.79%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B33079 (or 0xB33079) is known color: Medium Red Violet. HEX triplet: B3, 30 and 79. RGB value is (179,48,121). Sum of RGB (Red+Green+Blue) = 179+48+121=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B33079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33079 is #4CCF86. Grayscale: #5F5F5F. Windows color (decimal): -5033863 or 7942323. OLE color: 7942323.

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

Color convert

RGB 179 48 121 -
CMYK 0 0.73 0.32 0.30
HSL 326.56º 0.58% 0.45% -
HSV(B) 326.56º 0.73% 0.7% -
XYZ 23.1 13.08 19.4 -
YUV 95.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 179 48 121 0 0.73 0.32 0.30 326.56 0.58 0.45
Hex B3 30 79 0 49 20 1E 147 3A 2D
Octal 263 60 171 0 111 40 36 507 72 55
Binary 10110011 110000 1111001 0 1001001 100000 11110 101000111 111010 101101

Color Harmonies of #B33079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33079

Black with #B33079

Text Example


Text Example

White with #B33079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33079; }

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

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

background-color css

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

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

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

border-color css

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

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

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