Html Css Color HEX #B5388F Medium Red Violet

📋 copy color: '#B5388F'

red 181 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #B5388F

Tints of Medium Red Violet #B5388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.63%

R = 47.63%
G = 14.74%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5388F (or 0xB5388F) is known color: Medium Red Violet. HEX triplet: B5, 38 and 8F. RGB value is (181,56,143). Sum of RGB (Red+Green+Blue) = 181+56+143=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B5388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5388F is #4AC770. Grayscale: #676767. Windows color (decimal): -4900721 or 9386165. OLE color: 9386165.

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

Color convert

RGB 181 56 143 -
CMYK 0 0.69 0.21 0.29
HSL 318.24º 0.53% 0.46% -
HSV(B) 318.24º 0.69% 0.71% -
XYZ 25.43 14.64 27.47 -
YUV 103.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 181 56 143 0 0.69 0.21 0.29 318.24 0.53 0.46
Hex B5 38 8F 0 45 15 1D 13E 35 2E
Octal 265 70 217 0 105 25 35 476 65 56
Binary 10110101 111000 10001111 0 1000101 10101 11101 100111110 110101 101110

Color Harmonies of #B5388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5388F

Black with #B5388F

Text Example


Text Example

White with #B5388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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