Html Css Color HEX #B534A5 Medium Red Violet

📋 copy color: '#B534A5'

red 181 ◦ green 52 ◦ blue 165

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

Shades of Medium Red Violet #B534A5

Tints of Medium Red Violet #B534A5

RGB

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

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

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

R = 45.48%
G = 13.07%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B534A5 (or 0xB534A5) is known color: Medium Red Violet. HEX triplet: B5, 34 and A5. RGB value is (181,52,165). Sum of RGB (Red+Green+Blue) = 181+52+165=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B534A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B534A5 is #4ACB5A. Grayscale: #676767. Windows color (decimal): -4901723 or 10826933. OLE color: 10826933.

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

Color convert

RGB 181 52 165 -
CMYK 0 0.71 0.09 0.29
HSL 307.44º 0.55% 0.46% -
HSV(B) 307.44º 0.71% 0.71% -
XYZ 27.08 15 37.06 -
YUV 103.45 162.74 183.31 -
System Red Green Blue C M Y K H S L
Decimal 181 52 165 0 0.71 0.09 0.29 307.44 0.55 0.46
Hex B5 34 A5 0 47 9 1D 133 37 2E
Octal 265 64 245 0 107 11 35 463 67 56
Binary 10110101 110100 10100101 0 1000111 1001 11101 100110011 110111 101110

Color Harmonies of #B534A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534A5

Black with #B534A5

Text Example


Text Example

White with #B534A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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