Html Css Color HEX #B5348C Medium Red Violet

📋 copy color: '#B5348C'

red 181 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #B5348C

Tints of Medium Red Violet #B5348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.53%

R = 48.53%
G = 13.94%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5348C (or 0xB5348C) is known color: Medium Red Violet. HEX triplet: B5, 34 and 8C. RGB value is (181,52,140). Sum of RGB (Red+Green+Blue) = 181+52+140=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5348C is #4ACB73. Grayscale: #646464. Windows color (decimal): -4901748 or 9188533. OLE color: 9188533.

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

Color convert

RGB 181 52 140 -
CMYK 0 0.71 0.23 0.29
HSL 319.07º 0.55% 0.46% -
HSV(B) 319.07º 0.71% 0.71% -
XYZ 25.02 14.17 26.23 -
YUV 100.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 181 52 140 0 0.71 0.23 0.29 319.07 0.55 0.46
Hex B5 34 8C 0 47 17 1D 13F 37 2E
Octal 265 64 214 0 107 27 35 477 67 56
Binary 10110101 110100 10001100 0 1000111 10111 11101 100111111 110111 101110

Color Harmonies of #B5348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5348C

Black with #B5348C

Text Example


Text Example

White with #B5348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5348C; }

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

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

background-color css

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

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

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

border-color css

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

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

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