Html Css Color HEX #B5008F Medium Violet Red

📋 copy color: '#B5008F'

red 181 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #B5008F

Tints of Medium Violet Red #B5008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.86%
G = 0%
B = 44.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5008F (or 0xB5008F) is known color: Medium Violet Red. HEX triplet: B5, 00 and 8F. RGB value is (181,0,143). Sum of RGB (Red+Green+Blue) = 181+0+143=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5008F is #4AFF70. Grayscale: #464646. Windows color (decimal): -4915057 or 9371829. OLE color: 9371829.

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

Color convert

RGB 181 0 143 -
CMYK 0 1 0.21 0.29
HSL 312.6º 1% 0.35% -
HSV(B) 312.6º 1% 0.71% -
XYZ 24.01 11.81 27 -
YUV 70.42 168.97 206.87 -
System Red Green Blue C M Y K H S L
Decimal 181 0 143 0 1 0.21 0.29 312.6 1 0.35
Hex B5 0 8F 0 64 15 1D 139 64 23
Octal 265 0 217 0 144 25 35 471 144 43
Binary 10110101 0 10001111 0 1100100 10101 11101 100111001 1100100 100011

Color Harmonies of #B5008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5008F

Black with #B5008F

Text Example


Text Example

White with #B5008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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