Html Css Color HEX #B5388D Medium Red Violet

📋 copy color: '#B5388D'

red 181 ◦ green 56 ◦ blue 141

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

Shades of Medium Red Violet #B5388D

Tints of Medium Red Violet #B5388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

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

R = 47.88%
G = 14.81%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5388D (or 0xB5388D) is known color: Medium Red Violet. HEX triplet: B5, 38 and 8D. RGB value is (181,56,141). Sum of RGB (Red+Green+Blue) = 181+56+141=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388D is #4AC772. Grayscale: #666666. Windows color (decimal): -4900723 or 9255093. OLE color: 9255093.

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

Color convert

RGB 181 56 141 -
CMYK 0 0.69 0.22 0.29
HSL 319.2º 0.53% 0.46% -
HSV(B) 319.2º 0.69% 0.71% -
XYZ 25.28 14.58 26.68 -
YUV 103.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 181 56 141 0 0.69 0.22 0.29 319.2 0.53 0.46
Hex B5 38 8D 0 45 16 1D 13F 35 2E
Octal 265 70 215 0 105 26 35 477 65 56
Binary 10110101 111000 10001101 0 1000101 10110 11101 100111111 110101 101110

Color Harmonies of #B5388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5388D

Black with #B5388D

Text Example


Text Example

White with #B5388D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5388D; }

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

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

background-color css

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

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

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

border-color css

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

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

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