Html Css Color HEX #B5348D Medium Red Violet

📋 copy color: '#B5348D'

red 181 ◦ green 52 ◦ blue 141

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

Shades of Medium Red Violet #B5348D

Tints of Medium Red Violet #B5348D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 48.4%
G = 13.9%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5348D (or 0xB5348D) is known color: Medium Red Violet. HEX triplet: B5, 34 and 8D. RGB value is (181,52,141). Sum of RGB (Red+Green+Blue) = 181+52+141=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5348D is #4ACB72. Grayscale: #646464. Windows color (decimal): -4901747 or 9254069. OLE color: 9254069.

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

Color convert

RGB 181 52 141 -
CMYK 0 0.71 0.22 0.29
HSL 318.6º 0.55% 0.46% -
HSV(B) 318.6º 0.71% 0.71% -
XYZ 25.09 14.2 26.62 -
YUV 100.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 181 52 141 0 0.71 0.22 0.29 318.6 0.55 0.46
Hex B5 34 8D 0 47 16 1D 13F 37 2E
Octal 265 64 215 0 107 26 35 477 67 56
Binary 10110101 110100 10001101 0 1000111 10110 11101 100111111 110111 101110

Color Harmonies of #B5348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5348D

Black with #B5348D

Text Example


Text Example

White with #B5348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5348D; }

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

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

background-color css

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

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

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

border-color css

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

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

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