Html Css Color HEX #B33996 Medium Red Violet

📋 copy color: '#B33996'

red 179 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #B33996

Tints of Medium Red Violet #B33996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 46.37%
G = 14.77%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B33996 (or 0xB33996) is known color: Medium Red Violet. HEX triplet: B3, 39 and 96. RGB value is (179,57,150). Sum of RGB (Red+Green+Blue) = 179+57+150=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B33996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33996 is #4CC669. Grayscale: #676767. Windows color (decimal): -5031530 or 9845171. OLE color: 9845171.

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

Color convert

RGB 179 57 150 -
CMYK 0 0.68 0.16 0.30
HSL 314.26º 0.52% 0.46% -
HSV(B) 314.26º 0.68% 0.7% -
XYZ 25.56 14.71 30.35 -
YUV 104.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 179 57 150 0 0.68 0.16 0.30 314.26 0.52 0.46
Hex B3 39 96 0 44 10 1E 13A 34 2E
Octal 263 71 226 0 104 20 36 472 64 56
Binary 10110011 111001 10010110 0 1000100 10000 11110 100111010 110100 101110

Color Harmonies of #B33996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33996

Black with #B33996

Text Example


Text Example

White with #B33996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33996; }

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

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

background-color css

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

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

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

border-color css

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

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

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