Html Css Color HEX #B5398F Medium Red Violet

📋 copy color: '#B5398F'

red 181 ◦ green 57 ◦ blue 143

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

Shades of Medium Red Violet #B5398F

Tints of Medium Red Violet #B5398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 47.51%
G = 14.96%
B = 37.53%

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

#B5398F (or 0xB5398F) is known color: Medium Red Violet. HEX triplet: B5, 39 and 8F. RGB value is (181,57,143). Sum of RGB (Red+Green+Blue) = 181+57+143=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5398F is #4AC670. Grayscale: #676767. Windows color (decimal): -4900465 or 9386421. OLE color: 9386421.

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

Color convert

RGB 181 57 143 -
CMYK 0 0.69 0.21 0.29
HSL 318.39º 0.52% 0.47% -
HSV(B) 318.39º 0.69% 0.71% -
XYZ 25.48 14.73 27.49 -
YUV 103.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 181 57 143 0 0.69 0.21 0.29 318.39 0.52 0.47
Hex B5 39 8F 0 45 15 1D 13E 34 2F
Octal 265 71 217 0 105 25 35 476 64 57
Binary 10110101 111001 10001111 0 1000101 10101 11101 100111110 110100 101111

Color Harmonies of #B5398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5398F

Black with #B5398F

Text Example


Text Example

White with #B5398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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