Html Css Color HEX #B910A6 Medium Violet Red

📋 copy color: '#B910A6'

red 185 ◦ green 16 ◦ blue 166

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

Shades of Medium Violet Red #B910A6

Tints of Medium Violet Red #B910A6

RGB

 RED value IS 185 (72.66% from 255) = 50.41%

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

 BLUE value IS 166 (65.23% from 255) = 45.23%

R = 50.41%
G = 4.36%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B910A6 (or 0xB910A6) is known color: Medium Violet Red. HEX triplet: B9, 10 and A6. RGB value is (185,16,166). Sum of RGB (Red+Green+Blue) = 185+16+166=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B910A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B910A6 is #46EF59. Grayscale: #535353. Windows color (decimal): -4648794 or 10883257. OLE color: 10883257.

HSL color Cylindrical-coordinate representation of color #B910A6: hue angle of 306.75º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B910A6 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 166 -
CMYK 0 0.91 0.10 0.27
HSL 306.75º 0.84% 0.39% -
HSV(B) 306.75º 0.91% 0.73% -
XYZ 27.08 13.44 37.24 -
YUV 83.63 174.49 200.3 -
System Red Green Blue C M Y K H S L
Decimal 185 16 166 0 0.91 0.10 0.27 306.75 0.84 0.39
Hex B9 10 A6 0 5B A 1B 133 54 27
Octal 271 20 246 0 133 12 33 463 124 47
Binary 10111001 10000 10100110 0 1011011 1010 11011 100110011 1010100 100111

Color Harmonies of #B910A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B910A6

Black with #B910A6

Text Example


Text Example

White with #B910A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B910A6; }

 p { color: rgb(185,16,166); }

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

background-color css

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

 a { background-color: rgb(185,16,166); }

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

border-color css

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

 span { border-color: rgb(185,16,166); }

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