Html Css Color HEX #B5087F Medium Violet Red

📋 copy color: '#B5087F'

red 181 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #B5087F

Tints of Medium Violet Red #B5087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 57.28%
G = 2.53%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5087F (or 0xB5087F) is known color: Medium Violet Red. HEX triplet: B5, 08 and 7F. RGB value is (181,8,127). Sum of RGB (Red+Green+Blue) = 181+8+127=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B5087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5087F is #4AF780. Grayscale: #484848. Windows color (decimal): -4913025 or 8325301. OLE color: 8325301.

HSL color Cylindrical-coordinate representation of color #B5087F: hue angle of 318.73º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5087F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 127 -
CMYK 0 0.96 0.30 0.29
HSL 318.73º 0.92% 0.37% -
HSV(B) 318.73º 0.96% 0.71% -
XYZ 22.97 11.53 21.09 -
YUV 73.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 181 8 127 0 0.96 0.30 0.29 318.73 0.92 0.37
Hex B5 8 7F 0 60 1E 1D 13F 5C 25
Octal 265 10 177 0 140 36 35 477 134 45
Binary 10110101 1000 1111111 0 1100000 11110 11101 100111111 1011100 100101

Color Harmonies of #B5087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5087F

Black with #B5087F

Text Example


Text Example

White with #B5087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5087F; }

 p { color: rgb(181,8,127); }

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

background-color css

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

 a { background-color: rgb(181,8,127); }

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

border-color css

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

 span { border-color: rgb(181,8,127); }

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