Html Css Color HEX #B10C9A Medium Violet Red

📋 copy color: '#B10C9A'

red 177 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #B10C9A

Tints of Medium Violet Red #B10C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.5%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 51.6%
G = 3.5%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B10C9A (or 0xB10C9A) is known color: Medium Violet Red. HEX triplet: B1, 0C and 9A. RGB value is (177,12,154). Sum of RGB (Red+Green+Blue) = 177+12+154=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C9A is #4EF365. Grayscale: #4D4D4D. Windows color (decimal): -5174118 or 10095793. OLE color: 10095793.

HSL color Cylindrical-coordinate representation of color #B10C9A: hue angle of 308.36º degrees, saturation: 0.87, 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 #B10C9A is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 12 154 -
CMYK 0 0.93 0.13 0.31
HSL 308.36º 0.87% 0.37% -
HSV(B) 308.36º 0.93% 0.69% -
XYZ 24.1 11.94 31.61 -
YUV 77.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 177 12 154 0 0.93 0.13 0.31 308.36 0.87 0.37
Hex B1 C 9A 0 5D D 1F 134 57 25
Octal 261 14 232 0 135 15 37 464 127 45
Binary 10110001 1100 10011010 0 1011101 1101 11111 100110100 1010111 100101

Color Harmonies of #B10C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10C9A

Black with #B10C9A

Text Example


Text Example

White with #B10C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10C9A; }

 p { color: rgb(177,12,154); }

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

background-color css

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

 a { background-color: rgb(177,12,154); }

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

border-color css

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

 span { border-color: rgb(177,12,154); }

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