Html Css Color HEX #B533A4 Medium Red Violet

📋 copy color: '#B533A4'

red 181 ◦ green 51 ◦ blue 164

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

Shades of Medium Red Violet #B533A4

Tints of Medium Red Violet #B533A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 45.71%
G = 12.88%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B533A4 (or 0xB533A4) is known color: Medium Red Violet. HEX triplet: B5, 33 and A4. RGB value is (181,51,164). Sum of RGB (Red+Green+Blue) = 181+51+164=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 51 (20.31% from 255 or 12.88% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B533A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533A4 is #4ACC5B. Grayscale: #666666. Windows color (decimal): -4901980 or 10761141. OLE color: 10761141.

HSL color Cylindrical-coordinate representation of color #B533A4: hue angle of 307.85º 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 #B533A4 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 51 164 -
CMYK 0 0.72 0.09 0.29
HSL 307.85º 0.56% 0.45% -
HSV(B) 307.85º 0.72% 0.71% -
XYZ 26.94 14.87 36.57 -
YUV 102.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 181 51 164 0 0.72 0.09 0.29 307.85 0.56 0.45
Hex B5 33 A4 0 48 9 1D 134 38 2D
Octal 265 63 244 0 110 11 35 464 70 55
Binary 10110101 110011 10100100 0 1001000 1001 11101 100110100 111000 101101

Color Harmonies of #B533A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533A4

Black with #B533A4

Text Example


Text Example

White with #B533A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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