Html Css Color HEX #B0138F Medium Violet Red

📋 copy color: '#B0138F'

red 176 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #B0138F

Tints of Medium Violet Red #B0138F

RGB

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

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

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

R = 52.07%
G = 5.62%
B = 42.31%

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

#B0138F (or 0xB0138F) is known color: Medium Violet Red. HEX triplet: B0, 13 and 8F. RGB value is (176,19,143). Sum of RGB (Red+Green+Blue) = 176+19+143=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0138F is #4FEC70. Grayscale: #4F4F4F. Windows color (decimal): -5237873 or 9376688. OLE color: 9376688.

HSL color Cylindrical-coordinate representation of color #B0138F: hue angle of 312.61º 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 #B0138F is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 143 -
CMYK 0 0.89 0.19 0.31
HSL 312.61º 0.81% 0.38% -
HSV(B) 312.61º 0.89% 0.69% -
XYZ 23.1 11.68 27.02 -
YUV 80.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 176 19 143 0 0.89 0.19 0.31 312.61 0.81 0.38
Hex B0 13 8F 0 59 13 1F 139 51 26
Octal 260 23 217 0 131 23 37 471 121 46
Binary 10110000 10011 10001111 0 1011001 10011 11111 100111001 1010001 100110

Color Harmonies of #B0138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0138F

Black with #B0138F

Text Example


Text Example

White with #B0138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0138F; }

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

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

background-color css

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

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

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

border-color css

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

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

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