Html Css Color HEX #B33978 Medium Red Violet

📋 copy color: '#B33978'

red 179 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #B33978

Tints of Medium Red Violet #B33978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

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

R = 50.28%
G = 16.01%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B33978 (or 0xB33978) is known color: Medium Red Violet. HEX triplet: B3, 39 and 78. RGB value is (179,57,120). Sum of RGB (Red+Green+Blue) = 179+57+120=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B33978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33978 is #4CC687. Grayscale: #646464. Windows color (decimal): -5031560 or 7879091. OLE color: 7879091.

HSL color Cylindrical-coordinate representation of color #B33978: hue angle of 329.02º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33978 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 120 -
CMYK 0 0.68 0.33 0.30
HSL 329.02º 0.52% 0.46% -
HSV(B) 329.02º 0.68% 0.7% -
XYZ 23.44 13.87 19.21 -
YUV 100.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 179 57 120 0 0.68 0.33 0.30 329.02 0.52 0.46
Hex B3 39 78 0 44 21 1E 149 34 2E
Octal 263 71 170 0 104 41 36 511 64 56
Binary 10110011 111001 1111000 0 1000100 100001 11110 101001001 110100 101110

Color Harmonies of #B33978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33978

Black with #B33978

Text Example


Text Example

White with #B33978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33978; }

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

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

background-color css

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

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

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

border-color css

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

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

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