Html Css Color HEX #B710A6 Medium Violet Red

📋 copy color: '#B710A6'

red 183 ◦ green 16 ◦ blue 166

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

Shades of Medium Violet Red #B710A6

Tints of Medium Violet Red #B710A6

RGB

 RED value IS 183 (71.88% from 255) = 50.14%

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

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

R = 50.14%
G = 4.38%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B710A6 (or 0xB710A6) is known color: Medium Violet Red. HEX triplet: B7, 10 and A6. RGB value is (183,16,166). Sum of RGB (Red+Green+Blue) = 183+16+166=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B710A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710A6 is #48EF59. Grayscale: #525252. Windows color (decimal): -4779866 or 10883255. OLE color: 10883255.

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

Color convert

RGB 183 16 166 -
CMYK 0 0.91 0.09 0.28
HSL 306.11º 0.84% 0.39% -
HSV(B) 306.11º 0.91% 0.72% -
XYZ 26.6 13.19 37.22 -
YUV 83.03 174.83 199.3 -
System Red Green Blue C M Y K H S L
Decimal 183 16 166 0 0.91 0.09 0.28 306.11 0.84 0.39
Hex B7 10 A6 0 5B 9 1C 132 54 27
Octal 267 20 246 0 133 11 34 462 124 47
Binary 10110111 10000 10100110 0 1011011 1001 11100 100110010 1010100 100111

Color Harmonies of #B710A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710A6

Black with #B710A6

Text Example


Text Example

White with #B710A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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