Html Css Color HEX #B33486 Medium Red Violet

📋 copy color: '#B33486'

red 179 ◦ green 52 ◦ blue 134

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

Shades of Medium Red Violet #B33486

Tints of Medium Red Violet #B33486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 49.04%
G = 14.25%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B33486 (or 0xB33486) is known color: Medium Red Violet. HEX triplet: B3, 34 and 86. RGB value is (179,52,134). Sum of RGB (Red+Green+Blue) = 179+52+134=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B33486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33486 is #4CCB79. Grayscale: #636363. Windows color (decimal): -5032826 or 8795315. OLE color: 8795315.

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

Color convert

RGB 179 52 134 -
CMYK 0 0.71 0.25 0.30
HSL 321.26º 0.55% 0.45% -
HSV(B) 321.26º 0.71% 0.7% -
XYZ 24.12 13.76 23.94 -
YUV 99.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 179 52 134 0 0.71 0.25 0.30 321.26 0.55 0.45
Hex B3 34 86 0 47 19 1E 141 37 2D
Octal 263 64 206 0 107 31 36 501 67 55
Binary 10110011 110100 10000110 0 1000111 11001 11110 101000001 110111 101101

Color Harmonies of #B33486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33486

Black with #B33486

Text Example


Text Example

White with #B33486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33486; }

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

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

background-color css

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

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

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

border-color css

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

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

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