Html Css Color HEX #B0107C Medium Violet Red

📋 copy color: '#B0107C'

red 176 ◦ green 16 ◦ blue 124

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

Shades of Medium Violet Red #B0107C

Tints of Medium Violet Red #B0107C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 55.7%
G = 5.06%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0107C (or 0xB0107C) is known color: Medium Violet Red. HEX triplet: B0, 10 and 7C. RGB value is (176,16,124). Sum of RGB (Red+Green+Blue) = 176+16+124=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0107C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0107C is #4FEF83. Grayscale: #4B4B4B. Windows color (decimal): -5238660 or 8130736. OLE color: 8130736.

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

Color convert

RGB 176 16 124 -
CMYK 0 0.91 0.30 0.31
HSL 319.5º 0.83% 0.38% -
HSV(B) 319.5º 0.91% 0.69% -
XYZ 21.73 11.06 20.06 -
YUV 76.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 176 16 124 0 0.91 0.30 0.31 319.5 0.83 0.38
Hex B0 10 7C 0 5B 1E 1F 140 53 26
Octal 260 20 174 0 133 36 37 500 123 46
Binary 10110000 10000 1111100 0 1011011 11110 11111 101000000 1010011 100110

Color Harmonies of #B0107C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0107C

Black with #B0107C

Text Example


Text Example

White with #B0107C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0107C; }

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

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

background-color css

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

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

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

border-color css

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

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

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