Html Css Color HEX #B33C99 Medium Red Violet

📋 copy color: '#B33C99'

red 179 ◦ green 60 ◦ blue 153

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

Shades of Medium Red Violet #B33C99

Tints of Medium Red Violet #B33C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.03%

R = 45.66%
G = 15.31%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33C99 (or 0xB33C99) is known color: Medium Red Violet. HEX triplet: B3, 3C and 99. RGB value is (179,60,153). Sum of RGB (Red+Green+Blue) = 179+60+153=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C99 is #4CC366. Grayscale: #696969. Windows color (decimal): -5030759 or 10042547. OLE color: 10042547.

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

Color convert

RGB 179 60 153 -
CMYK 0 0.66 0.15 0.30
HSL 313.11º 0.5% 0.47% -
HSV(B) 313.11º 0.66% 0.7% -
XYZ 25.96 15.12 31.69 -
YUV 106.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 179 60 153 0 0.66 0.15 0.30 313.11 0.5 0.47
Hex B3 3C 99 0 42 F 1E 139 32 2F
Octal 263 74 231 0 102 17 36 471 62 57
Binary 10110011 111100 10011001 0 1000010 1111 11110 100111001 110010 101111

Color Harmonies of #B33C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C99

Black with #B33C99

Text Example


Text Example

White with #B33C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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