Html Css Color HEX #B701A1 Medium Violet Red

📋 copy color: '#B701A1'

red 183 ◦ green 1 ◦ blue 161

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

Shades of Medium Violet Red #B701A1

Tints of Medium Violet Red #B701A1

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 53.04%
G = 0.29%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B701A1 (or 0xB701A1) is known color: Medium Violet Red. HEX triplet: B7, 01 and A1. RGB value is (183,1,161). Sum of RGB (Red+Green+Blue) = 183+1+161=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B701A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B701A1 is #48FE5E. Grayscale: #494949. Windows color (decimal): -4783711 or 10551735. OLE color: 10551735.

HSL color Cylindrical-coordinate representation of color #B701A1: hue angle of 307.25º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B701A1 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 161 -
CMYK 0 0.99 0.12 0.28
HSL 307.25º 0.99% 0.36% -
HSV(B) 307.25º 0.99% 0.72% -
XYZ 25.97 12.66 34.79 -
YUV 73.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 183 1 161 0 0.99 0.12 0.28 307.25 0.99 0.36
Hex B7 1 A1 0 63 C 1C 133 63 24
Octal 267 1 241 0 143 14 34 463 143 44
Binary 10110111 1 10100001 0 1100011 1100 11100 100110011 1100011 100100

Color Harmonies of #B701A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701A1

Black with #B701A1

Text Example


Text Example

White with #B701A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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