Html Css Color HEX #B33C95 Medium Red Violet

📋 copy color: '#B33C95'

red 179 ◦ green 60 ◦ blue 149

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

Shades of Medium Red Violet #B33C95

Tints of Medium Red Violet #B33C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.46%

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

R = 46.13%
G = 15.46%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B33C95 (or 0xB33C95) is known color: Medium Red Violet. HEX triplet: B3, 3C and 95. RGB value is (179,60,149). Sum of RGB (Red+Green+Blue) = 179+60+149=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C95 is #4CC36A. Grayscale: #696969. Windows color (decimal): -5030763 or 9780403. OLE color: 9780403.

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

Color convert

RGB 179 60 149 -
CMYK 0 0.66 0.17 0.30
HSL 315.13º 0.5% 0.47% -
HSV(B) 315.13º 0.66% 0.7% -
XYZ 25.63 14.99 29.98 -
YUV 105.73 152.42 180.26 -
System Red Green Blue C M Y K H S L
Decimal 179 60 149 0 0.66 0.17 0.30 315.13 0.5 0.47
Hex B3 3C 95 0 42 11 1E 13B 32 2F
Octal 263 74 225 0 102 21 36 473 62 57
Binary 10110011 111100 10010101 0 1000010 10001 11110 100111011 110010 101111

Color Harmonies of #B33C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C95

Black with #B33C95

Text Example


Text Example

White with #B33C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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