Html Css Color HEX #B10D9C Medium Violet Red

📋 copy color: '#B10D9C'

red 177 ◦ green 13 ◦ blue 156

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

Shades of Medium Violet Red #B10D9C

Tints of Medium Violet Red #B10D9C

RGB

 RED value IS 177 (69.53% from 255) = 51.16%

 GREEN value IS 13 (5.47% from 255) = 3.76%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 51.16%
G = 3.76%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B10D9C (or 0xB10D9C) is known color: Medium Violet Red. HEX triplet: B1, 0D and 9C. RGB value is (177,13,156). Sum of RGB (Red+Green+Blue) = 177+13+156=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D9C is #4EF263. Grayscale: #4D4D4D. Windows color (decimal): -5173860 or 10227121. OLE color: 10227121.

HSL color Cylindrical-coordinate representation of color #B10D9C: hue angle of 307.68º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D9C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 13 156 -
CMYK 0 0.93 0.12 0.31
HSL 307.68º 0.86% 0.37% -
HSV(B) 307.68º 0.93% 0.69% -
XYZ 24.28 12.04 32.5 -
YUV 78.34 171.83 198.37 -
System Red Green Blue C M Y K H S L
Decimal 177 13 156 0 0.93 0.12 0.31 307.68 0.86 0.37
Hex B1 D 9C 0 5D C 1F 134 56 25
Octal 261 15 234 0 135 14 37 464 126 45
Binary 10110001 1101 10011100 0 1011101 1100 11111 100110100 1010110 100101

Color Harmonies of #B10D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D9C

Black with #B10D9C

Text Example


Text Example

White with #B10D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D9C; }

 p { color: rgb(177,13,156); }

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

background-color css

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

 a { background-color: rgb(177,13,156); }

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

border-color css

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

 span { border-color: rgb(177,13,156); }

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