Html Css Color HEX #B0138E Medium Violet Red

📋 copy color: '#B0138E'

red 176 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #B0138E

Tints of Medium Violet Red #B0138E

RGB

 RED value IS 176 (69.14% from 255) = 52.23%

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 52.23%
G = 5.64%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0138E (or 0xB0138E) is known color: Medium Violet Red. HEX triplet: B0, 13 and 8E. RGB value is (176,19,142). Sum of RGB (Red+Green+Blue) = 176+19+142=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0138E is #4FEC71. Grayscale: #4F4F4F. Windows color (decimal): -5237874 or 9311152. OLE color: 9311152.

HSL color Cylindrical-coordinate representation of color #B0138E: hue angle of 312.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0138E is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 142 -
CMYK 0 0.89 0.19 0.31
HSL 312.99º 0.81% 0.38% -
HSV(B) 312.99º 0.89% 0.69% -
XYZ 23.02 11.65 26.63 -
YUV 79.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 176 19 142 0 0.89 0.19 0.31 312.99 0.81 0.38
Hex B0 13 8E 0 59 13 1F 139 51 26
Octal 260 23 216 0 131 23 37 471 121 46
Binary 10110000 10011 10001110 0 1011001 10011 11111 100111001 1010001 100110

Color Harmonies of #B0138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0138E

Black with #B0138E

Text Example


Text Example

White with #B0138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0138E; }

 p { color: rgb(176,19,142); }

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

background-color css

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

 a { background-color: rgb(176,19,142); }

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

border-color css

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

 span { border-color: rgb(176,19,142); }

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