Html Css Color HEX #B33F80 Medium Red Violet

📋 copy color: '#B33F80'

red 179 ◦ green 63 ◦ blue 128

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

Shades of Medium Red Violet #B33F80

Tints of Medium Red Violet #B33F80

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 48.38%
G = 17.03%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B33F80 (or 0xB33F80) is known color: Medium Red Violet. HEX triplet: B3, 3F and 80. RGB value is (179,63,128). Sum of RGB (Red+Green+Blue) = 179+63+128=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F80 is #4CC07F. Grayscale: #686868. Windows color (decimal): -5030016 or 8404915. OLE color: 8404915.

HSL color Cylindrical-coordinate representation of color #B33F80: hue angle of 326.38º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F80 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 128 -
CMYK 0 0.65 0.28 0.30
HSL 326.38º 0.48% 0.47% -
HSV(B) 326.38º 0.65% 0.7% -
XYZ 24.26 14.7 21.98 -
YUV 105.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 179 63 128 0 0.65 0.28 0.30 326.38 0.48 0.47
Hex B3 3F 80 0 41 1C 1E 146 30 2F
Octal 263 77 200 0 101 34 36 506 60 57
Binary 10110011 111111 10000000 0 1000001 11100 11110 101000110 110000 101111

Color Harmonies of #B33F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F80

Black with #B33F80

Text Example


Text Example

White with #B33F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F80; }

 p { color: rgb(179,63,128); }

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

background-color css

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

 a { background-color: rgb(179,63,128); }

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

border-color css

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

 span { border-color: rgb(179,63,128); }

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