Html Css Color HEX #B0108E Medium Violet Red

📋 copy color: '#B0108E'

red 176 ◦ green 16 ◦ blue 142

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

Shades of Medium Violet Red #B0108E

Tints of Medium Violet Red #B0108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.79%

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

R = 52.69%
G = 4.79%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0108E (or 0xB0108E) is known color: Medium Violet Red. HEX triplet: B0, 10 and 8E. RGB value is (176,16,142). Sum of RGB (Red+Green+Blue) = 176+16+142=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0108E is #4FEF71. Grayscale: #4D4D4D. Windows color (decimal): -5238642 or 9310384. OLE color: 9310384.

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

Color convert

RGB 176 16 142 -
CMYK 0 0.91 0.19 0.31
HSL 312.75º 0.83% 0.38% -
HSV(B) 312.75º 0.91% 0.69% -
XYZ 22.97 11.55 26.61 -
YUV 78.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 176 16 142 0 0.91 0.19 0.31 312.75 0.83 0.38
Hex B0 10 8E 0 5B 13 1F 139 53 26
Octal 260 20 216 0 133 23 37 471 123 46
Binary 10110000 10000 10001110 0 1011011 10011 11111 100111001 1010011 100110

Color Harmonies of #B0108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0108E

Black with #B0108E

Text Example


Text Example

White with #B0108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0108E; }

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

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

background-color css

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

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

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

border-color css

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

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

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