Html Css Color HEX #B33178 Medium Red Violet

📋 copy color: '#B33178'

red 179 ◦ green 49 ◦ blue 120

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

Shades of Medium Red Violet #B33178

Tints of Medium Red Violet #B33178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 51.44%
G = 14.08%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B33178 (or 0xB33178) is known color: Medium Red Violet. HEX triplet: B3, 31 and 78. RGB value is (179,49,120). Sum of RGB (Red+Green+Blue) = 179+49+120=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B33178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33178 is #4CCE87. Grayscale: #5F5F5F. Windows color (decimal): -5033608 or 7877043. OLE color: 7877043.

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

Color convert

RGB 179 49 120 -
CMYK 0 0.73 0.33 0.30
HSL 327.23º 0.57% 0.45% -
HSV(B) 327.23º 0.73% 0.7% -
XYZ 23.08 13.14 19.09 -
YUV 95.96 141.57 187.23 -
System Red Green Blue C M Y K H S L
Decimal 179 49 120 0 0.73 0.33 0.30 327.23 0.57 0.45
Hex B3 31 78 0 49 21 1E 147 39 2D
Octal 263 61 170 0 111 41 36 507 71 55
Binary 10110011 110001 1111000 0 1001001 100001 11110 101000111 111001 101101

Color Harmonies of #B33178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33178

Black with #B33178

Text Example


Text Example

White with #B33178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33178; }

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

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

background-color css

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

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

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

border-color css

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

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

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