Html Css Color HEX #B5008A Medium Violet Red

📋 copy color: '#B5008A'

red 181 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #B5008A

Tints of Medium Violet Red #B5008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 56.74%
G = 0%
B = 43.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5008A (or 0xB5008A) is known color: Medium Violet Red. HEX triplet: B5, 00 and 8A. RGB value is (181,0,138). Sum of RGB (Red+Green+Blue) = 181+0+138=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5008A is #4AFF75. Grayscale: #454545. Windows color (decimal): -4915062 or 9044149. OLE color: 9044149.

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

Color convert

RGB 181 0 138 -
CMYK 0 1 0.24 0.29
HSL 314.25º 1% 0.35% -
HSV(B) 314.25º 1% 0.71% -
XYZ 23.64 11.66 25.05 -
YUV 69.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 181 0 138 0 1 0.24 0.29 314.25 1 0.35
Hex B5 0 8A 0 64 18 1D 13A 64 23
Octal 265 0 212 0 144 30 35 472 144 43
Binary 10110101 0 10001010 0 1100100 11000 11101 100111010 1100100 100011

Color Harmonies of #B5008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5008A

Black with #B5008A

Text Example


Text Example

White with #B5008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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