Html Css Color HEX #B33481 Medium Red Violet

📋 copy color: '#B33481'

red 179 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #B33481

Tints of Medium Red Violet #B33481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

 BLUE value IS 129 (50.78% from 255) = 35.83%

R = 49.72%
G = 14.44%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B33481 (or 0xB33481) is known color: Medium Red Violet. HEX triplet: B3, 34 and 81. RGB value is (179,52,129). Sum of RGB (Red+Green+Blue) = 179+52+129=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B33481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33481 is #4CCB7E. Grayscale: #626262. Windows color (decimal): -5032831 or 8467635. OLE color: 8467635.

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

Color convert

RGB 179 52 129 -
CMYK 0 0.71 0.28 0.30
HSL 323.62º 0.55% 0.45% -
HSV(B) 323.62º 0.71% 0.7% -
XYZ 23.78 13.62 22.15 -
YUV 98.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 179 52 129 0 0.71 0.28 0.30 323.62 0.55 0.45
Hex B3 34 81 0 47 1C 1E 144 37 2D
Octal 263 64 201 0 107 34 36 504 67 55
Binary 10110011 110100 10000001 0 1000111 11100 11110 101000100 110111 101101

Color Harmonies of #B33481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33481

Black with #B33481

Text Example


Text Example

White with #B33481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33481; }

 p { color: rgb(179,52,129); }

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

background-color css

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

 a { background-color: rgb(179,52,129); }

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

border-color css

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

 span { border-color: rgb(179,52,129); }

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