Html Css Color HEX #B533A0 Medium Red Violet

📋 copy color: '#B533A0'

red 181 ◦ green 51 ◦ blue 160

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

Shades of Medium Red Violet #B533A0

Tints of Medium Red Violet #B533A0

RGB

 RED value IS 181 (71.09% from 255) = 46.17%

 GREEN value IS 51 (20.31% from 255) = 13.01%

 BLUE value IS 160 (62.89% from 255) = 40.82%

R = 46.17%
G = 13.01%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B533A0 (or 0xB533A0) is known color: Medium Red Violet. HEX triplet: B5, 33 and A0. RGB value is (181,51,160). Sum of RGB (Red+Green+Blue) = 181+51+160=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B533A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533A0 is #4ACC5F. Grayscale: #656565. Windows color (decimal): -4901984 or 10498997. OLE color: 10498997.

HSL color Cylindrical-coordinate representation of color #B533A0: hue angle of 309.69º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B533A0 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 160 -
CMYK 0 0.72 0.12 0.29
HSL 309.69º 0.56% 0.45% -
HSV(B) 309.69º 0.72% 0.71% -
XYZ 26.59 14.73 34.7 -
YUV 102.3 160.57 184.14 -
System Red Green Blue C M Y K H S L
Decimal 181 51 160 0 0.72 0.12 0.29 309.69 0.56 0.45
Hex B5 33 A0 0 48 C 1D 136 38 2D
Octal 265 63 240 0 110 14 35 466 70 55
Binary 10110101 110011 10100000 0 1001000 1100 11101 100110110 111000 101101

Color Harmonies of #B533A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533A0

Black with #B533A0

Text Example


Text Example

White with #B533A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533A0; }

 p { color: rgb(181,51,160); }

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

background-color css

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

 a { background-color: rgb(181,51,160); }

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

border-color css

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

 span { border-color: rgb(181,51,160); }

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