Html Css Color HEX #B33F99 Medium Red Violet

📋 copy color: '#B33F99'

red 179 ◦ green 63 ◦ blue 153

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

Shades of Medium Red Violet #B33F99

Tints of Medium Red Violet #B33F99

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 45.32%
G = 15.95%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33F99 (or 0xB33F99) is known color: Medium Red Violet. HEX triplet: B3, 3F and 99. RGB value is (179,63,153). Sum of RGB (Red+Green+Blue) = 179+63+153=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F99 is #4CC066. Grayscale: #6B6B6B. Windows color (decimal): -5029991 or 10043315. OLE color: 10043315.

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

Color convert

RGB 179 63 153 -
CMYK 0 0.65 0.15 0.30
HSL 313.45º 0.48% 0.47% -
HSV(B) 313.45º 0.65% 0.7% -
XYZ 26.12 15.44 31.74 -
YUV 107.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 179 63 153 0 0.65 0.15 0.30 313.45 0.48 0.47
Hex B3 3F 99 0 41 F 1E 139 30 2F
Octal 263 77 231 0 101 17 36 471 60 57
Binary 10110011 111111 10011001 0 1000001 1111 11110 100111001 110000 101111

Color Harmonies of #B33F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F99

Black with #B33F99

Text Example


Text Example

White with #B33F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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