Html Css Color HEX #B5148E Medium Violet Red

📋 copy color: '#B5148E'

red 181 ◦ green 20 ◦ blue 142

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

Shades of Medium Violet Red #B5148E

Tints of Medium Violet Red #B5148E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 52.77%
G = 5.83%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5148E (or 0xB5148E) is known color: Medium Violet Red. HEX triplet: B5, 14 and 8E. RGB value is (181,20,142). Sum of RGB (Red+Green+Blue) = 181+20+142=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5148E is #4AEB71. Grayscale: #515151. Windows color (decimal): -4909938 or 9311413. OLE color: 9311413.

HSL color Cylindrical-coordinate representation of color #B5148E: hue angle of 314.53º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5148E is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 20 142 -
CMYK 0 0.89 0.22 0.29
HSL 314.53º 0.8% 0.39% -
HSV(B) 314.53º 0.89% 0.71% -
XYZ 24.19 12.28 26.69 -
YUV 82.05 161.84 198.58 -
System Red Green Blue C M Y K H S L
Decimal 181 20 142 0 0.89 0.22 0.29 314.53 0.8 0.39
Hex B5 14 8E 0 59 16 1D 13B 50 27
Octal 265 24 216 0 131 26 35 473 120 47
Binary 10110101 10100 10001110 0 1011001 10110 11101 100111011 1010000 100111

Color Harmonies of #B5148E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5148E

Black with #B5148E

Text Example


Text Example

White with #B5148E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5148E; }

 p { color: rgb(181,20,142); }

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

background-color css

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

 a { background-color: rgb(181,20,142); }

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

border-color css

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

 span { border-color: rgb(181,20,142); }

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