Html Css Color HEX #B33495 Medium Red Violet

📋 copy color: '#B33495'

red 179 ◦ green 52 ◦ blue 149

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

Shades of Medium Red Violet #B33495

Tints of Medium Red Violet #B33495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.68%

 BLUE value IS 149 (58.59% from 255) = 39.21%

R = 47.11%
G = 13.68%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B33495 (or 0xB33495) is known color: Medium Red Violet. HEX triplet: B3, 34 and 95. RGB value is (179,52,149). Sum of RGB (Red+Green+Blue) = 179+52+149=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33495 is #4CCB6A. Grayscale: #646464. Windows color (decimal): -5032811 or 9778355. OLE color: 9778355.

HSL color Cylindrical-coordinate representation of color #B33495: hue angle of 314.17º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B33495 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 149 -
CMYK 0 0.71 0.17 0.30
HSL 314.17º 0.55% 0.45% -
HSV(B) 314.17º 0.71% 0.7% -
XYZ 25.24 14.21 29.85 -
YUV 101.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 179 52 149 0 0.71 0.17 0.30 314.17 0.55 0.45
Hex B3 34 95 0 47 11 1E 13A 37 2D
Octal 263 64 225 0 107 21 36 472 67 55
Binary 10110011 110100 10010101 0 1000111 10001 11110 100111010 110111 101101

Color Harmonies of #B33495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33495

Black with #B33495

Text Example


Text Example

White with #B33495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33495; }

 p { color: rgb(179,52,149); }

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

background-color css

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

 a { background-color: rgb(179,52,149); }

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

border-color css

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

 span { border-color: rgb(179,52,149); }

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