Html Css Color HEX #B33993 Medium Red Violet

📋 copy color: '#B33993'

red 179 ◦ green 57 ◦ blue 147

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

Shades of Medium Red Violet #B33993

Tints of Medium Red Violet #B33993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 46.74%
G = 14.88%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B33993 (or 0xB33993) is known color: Medium Red Violet. HEX triplet: B3, 39 and 93. RGB value is (179,57,147). Sum of RGB (Red+Green+Blue) = 179+57+147=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33993 is #4CC66C. Grayscale: #676767. Windows color (decimal): -5031533 or 9648563. OLE color: 9648563.

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

Color convert

RGB 179 57 147 -
CMYK 0 0.68 0.18 0.30
HSL 315.74º 0.52% 0.46% -
HSV(B) 315.74º 0.68% 0.7% -
XYZ 25.32 14.62 29.09 -
YUV 103.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 179 57 147 0 0.68 0.18 0.30 315.74 0.52 0.46
Hex B3 39 93 0 44 12 1E 13C 34 2E
Octal 263 71 223 0 104 22 36 474 64 56
Binary 10110011 111001 10010011 0 1000100 10010 11110 100111100 110100 101110

Color Harmonies of #B33993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33993

Black with #B33993

Text Example


Text Example

White with #B33993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33993; }

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

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

background-color css

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

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

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

border-color css

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

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

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