Html Css Color HEX #B710A7 Medium Violet Red

📋 copy color: '#B710A7'

red 183 ◦ green 16 ◦ blue 167

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

Shades of Medium Violet Red #B710A7

Tints of Medium Violet Red #B710A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.63%

R = 50%
G = 4.37%
B = 45.63%

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

#B710A7 (or 0xB710A7) is known color: Medium Violet Red. HEX triplet: B7, 10 and A7. RGB value is (183,16,167). Sum of RGB (Red+Green+Blue) = 183+16+167=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B710A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710A7 is #48EF58. Grayscale: #525252. Windows color (decimal): -4779865 or 10948791. OLE color: 10948791.

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

Color convert

RGB 183 16 167 -
CMYK 0 0.91 0.09 0.28
HSL 305.75º 0.84% 0.39% -
HSV(B) 305.75º 0.91% 0.72% -
XYZ 26.69 13.23 37.71 -
YUV 83.15 175.33 199.22 -
System Red Green Blue C M Y K H S L
Decimal 183 16 167 0 0.91 0.09 0.28 305.75 0.84 0.39
Hex B7 10 A7 0 5B 9 1C 132 54 27
Octal 267 20 247 0 133 11 34 462 124 47
Binary 10110111 10000 10100111 0 1011011 1001 11100 100110010 1010100 100111

Color Harmonies of #B710A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B710A7

Black with #B710A7

Text Example


Text Example

White with #B710A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B710A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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