Html Css Color HEX #B5388E Medium Red Violet

📋 copy color: '#B5388E'

red 181 ◦ green 56 ◦ blue 142

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

Shades of Medium Red Violet #B5388E

Tints of Medium Red Violet #B5388E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 47.76%
G = 14.78%
B = 37.47%

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

#B5388E (or 0xB5388E) is known color: Medium Red Violet. HEX triplet: B5, 38 and 8E. RGB value is (181,56,142). Sum of RGB (Red+Green+Blue) = 181+56+142=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388E is #4AC771. Grayscale: #666666. Windows color (decimal): -4900722 or 9320629. OLE color: 9320629.

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

Color convert

RGB 181 56 142 -
CMYK 0 0.69 0.22 0.29
HSL 318.72º 0.53% 0.46% -
HSV(B) 318.72º 0.69% 0.71% -
XYZ 25.35 14.61 27.07 -
YUV 103.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 181 56 142 0 0.69 0.22 0.29 318.72 0.53 0.46
Hex B5 38 8E 0 45 16 1D 13F 35 2E
Octal 265 70 216 0 105 26 35 477 65 56
Binary 10110101 111000 10001110 0 1000101 10110 11101 100111111 110101 101110

Color Harmonies of #B5388E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5388E

Black with #B5388E

Text Example


Text Example

White with #B5388E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5388E; }

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

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

background-color css

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

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

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

border-color css

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

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

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