Html Css Color HEX #B5087E Medium Violet Red

📋 copy color: '#B5087E'

red 181 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #B5087E

Tints of Medium Violet Red #B5087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40%

R = 57.46%
G = 2.54%
B = 40%

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

#B5087E (or 0xB5087E) is known color: Medium Violet Red. HEX triplet: B5, 08 and 7E. RGB value is (181,8,126). Sum of RGB (Red+Green+Blue) = 181+8+126=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5087E is #4AF781. Grayscale: #484848. Windows color (decimal): -4913026 or 8259765. OLE color: 8259765.

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

Color convert

RGB 181 8 126 -
CMYK 0 0.96 0.30 0.29
HSL 319.08º 0.92% 0.37% -
HSV(B) 319.08º 0.96% 0.71% -
XYZ 22.91 11.5 20.75 -
YUV 73.18 157.81 204.91 -
System Red Green Blue C M Y K H S L
Decimal 181 8 126 0 0.96 0.30 0.29 319.08 0.92 0.37
Hex B5 8 7E 0 60 1E 1D 13F 5C 25
Octal 265 10 176 0 140 36 35 477 134 45
Binary 10110101 1000 1111110 0 1100000 11110 11101 100111111 1011100 100101

Color Harmonies of #B5087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5087E

Black with #B5087E

Text Example


Text Example

White with #B5087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5087E; }

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

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

background-color css

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

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

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

border-color css

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

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

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