Html Css Color HEX #B33172 Medium Red Violet

📋 copy color: '#B33172'

red 179 ◦ green 49 ◦ blue 114

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

Shades of Medium Red Violet #B33172

Tints of Medium Red Violet #B33172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.33%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 52.34%
G = 14.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33172 (or 0xB33172) is known color: Medium Red Violet. HEX triplet: B3, 31 and 72. RGB value is (179,49,114). Sum of RGB (Red+Green+Blue) = 179+49+114=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B33172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33172 is #4CCE8D. Grayscale: #5F5F5F. Windows color (decimal): -5033614 or 7483827. OLE color: 7483827.

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

Color convert

RGB 179 49 114 -
CMYK 0 0.73 0.36 0.30
HSL 330º 0.57% 0.45% -
HSV(B) 330º 0.73% 0.7% -
XYZ 22.73 13 17.23 -
YUV 95.28 138.57 187.71 -
System Red Green Blue C M Y K H S L
Decimal 179 49 114 0 0.73 0.36 0.30 330 0.57 0.45
Hex B3 31 72 0 49 24 1E 14A 39 2D
Octal 263 61 162 0 111 44 36 512 71 55
Binary 10110011 110001 1110010 0 1001001 100100 11110 101001010 111001 101101

Color Harmonies of #B33172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33172

Black with #B33172

Text Example


Text Example

White with #B33172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33172; }

 p { color: rgb(179,49,114); }

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

background-color css

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

 a { background-color: rgb(179,49,114); }

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

border-color css

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

 span { border-color: rgb(179,49,114); }

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