Html Css Color HEX #B536A5 Medium Red Violet

📋 copy color: '#B536A5'

red 181 ◦ green 54 ◦ blue 165

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

Shades of Medium Red Violet #B536A5

Tints of Medium Red Violet #B536A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 45.25%
G = 13.5%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B536A5 (or 0xB536A5) is known color: Medium Red Violet. HEX triplet: B5, 36 and A5. RGB value is (181,54,165). Sum of RGB (Red+Green+Blue) = 181+54+165=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B536A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536A5 is #4AC95A. Grayscale: #686868. Windows color (decimal): -4901211 or 10827445. OLE color: 10827445.

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

Color convert

RGB 181 54 165 -
CMYK 0 0.70 0.09 0.29
HSL 307.56º 0.54% 0.46% -
HSV(B) 307.56º 0.7% 0.71% -
XYZ 27.17 15.18 37.1 -
YUV 104.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 181 54 165 0 0.70 0.09 0.29 307.56 0.54 0.46
Hex B5 36 A5 0 46 9 1D 134 36 2E
Octal 265 66 245 0 106 11 35 464 66 56
Binary 10110101 110110 10100101 0 1000110 1001 11101 100110100 110110 101110

Color Harmonies of #B536A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536A5

Black with #B536A5

Text Example


Text Example

White with #B536A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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