Html Css Color HEX #B710A1 Medium Violet Red

📋 copy color: '#B710A1'

red 183 ◦ green 16 ◦ blue 161

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

Shades of Medium Violet Red #B710A1

Tints of Medium Violet Red #B710A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 50.83%
G = 4.44%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B710A1 (or 0xB710A1) is known color: Medium Violet Red. HEX triplet: B7, 10 and A1. RGB value is (183,16,161). Sum of RGB (Red+Green+Blue) = 183+16+161=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B710A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710A1 is #48EF5E. Grayscale: #525252. Windows color (decimal): -4779871 or 10555575. OLE color: 10555575.

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

Color convert

RGB 183 16 161 -
CMYK 0 0.91 0.12 0.28
HSL 307.9º 0.84% 0.39% -
HSV(B) 307.9º 0.91% 0.72% -
XYZ 26.15 13.01 34.85 -
YUV 82.46 172.33 199.71 -
System Red Green Blue C M Y K H S L
Decimal 183 16 161 0 0.91 0.12 0.28 307.9 0.84 0.39
Hex B7 10 A1 0 5B C 1C 134 54 27
Octal 267 20 241 0 133 14 34 464 124 47
Binary 10110111 10000 10100001 0 1011011 1100 11100 100110100 1010100 100111

Color Harmonies of #B710A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710A1

Black with #B710A1

Text Example


Text Example

White with #B710A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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