Html Css Color HEX #B5349C Medium Red Violet

📋 copy color: '#B5349C'

red 181 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #B5349C

Tints of Medium Red Violet #B5349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 46.53%
G = 13.37%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5349C (or 0xB5349C) is known color: Medium Red Violet. HEX triplet: B5, 34 and 9C. RGB value is (181,52,156). Sum of RGB (Red+Green+Blue) = 181+52+156=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5349C is #4ACB63. Grayscale: #666666. Windows color (decimal): -4901732 or 10237109. OLE color: 10237109.

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

Color convert

RGB 181 52 156 -
CMYK 0 0.71 0.14 0.29
HSL 311.63º 0.55% 0.46% -
HSV(B) 311.63º 0.71% 0.71% -
XYZ 26.28 14.68 32.9 -
YUV 102.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 181 52 156 0 0.71 0.14 0.29 311.63 0.55 0.46
Hex B5 34 9C 0 47 E 1D 138 37 2E
Octal 265 64 234 0 107 16 35 470 67 56
Binary 10110101 110100 10011100 0 1000111 1110 11101 100111000 110111 101110

Color Harmonies of #B5349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5349C

Black with #B5349C

Text Example


Text Example

White with #B5349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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