Html Css Color HEX #B33778 Medium Red Violet

📋 copy color: '#B33778'

red 179 ◦ green 55 ◦ blue 120

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

Shades of Medium Red Violet #B33778

Tints of Medium Red Violet #B33778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 50.56%
G = 15.54%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B33778 (or 0xB33778) is known color: Medium Red Violet. HEX triplet: B3, 37 and 78. RGB value is (179,55,120). Sum of RGB (Red+Green+Blue) = 179+55+120=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B33778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33778 is #4CC887. Grayscale: #636363. Windows color (decimal): -5032072 or 7878579. OLE color: 7878579.

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

Color convert

RGB 179 55 120 -
CMYK 0 0.69 0.33 0.30
HSL 328.55º 0.53% 0.46% -
HSV(B) 328.55º 0.69% 0.7% -
XYZ 23.35 13.67 19.18 -
YUV 99.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 179 55 120 0 0.69 0.33 0.30 328.55 0.53 0.46
Hex B3 37 78 0 45 21 1E 149 35 2E
Octal 263 67 170 0 105 41 36 511 65 56
Binary 10110011 110111 1111000 0 1000101 100001 11110 101001001 110101 101110

Color Harmonies of #B33778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33778

Black with #B33778

Text Example


Text Example

White with #B33778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33778; }

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

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

background-color css

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

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

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

border-color css

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

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

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