Html Css Color HEX #B536A2 Medium Red Violet

📋 copy color: '#B536A2'

red 181 ◦ green 54 ◦ blue 162

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

Shades of Medium Red Violet #B536A2

Tints of Medium Red Violet #B536A2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.6%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 45.59%
G = 13.6%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B536A2 (or 0xB536A2) is known color: Medium Red Violet. HEX triplet: B5, 36 and A2. RGB value is (181,54,162). Sum of RGB (Red+Green+Blue) = 181+54+162=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B536A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536A2 is #4AC95D. Grayscale: #676767. Windows color (decimal): -4901214 or 10630837. OLE color: 10630837.

HSL color Cylindrical-coordinate representation of color #B536A2: hue angle of 308.98º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536A2 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 162 -
CMYK 0 0.70 0.10 0.29
HSL 308.98º 0.54% 0.46% -
HSV(B) 308.98º 0.7% 0.71% -
XYZ 26.9 15.07 35.67 -
YUV 104.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 181 54 162 0 0.70 0.10 0.29 308.98 0.54 0.46
Hex B5 36 A2 0 46 A 1D 135 36 2E
Octal 265 66 242 0 106 12 35 465 66 56
Binary 10110101 110110 10100010 0 1000110 1010 11101 100110101 110110 101110

Color Harmonies of #B536A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536A2

Black with #B536A2

Text Example


Text Example

White with #B536A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536A2; }

 p { color: rgb(181,54,162); }

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

background-color css

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

 a { background-color: rgb(181,54,162); }

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

border-color css

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

 span { border-color: rgb(181,54,162); }

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