Html Css Color HEX #B701A0 Medium Violet Red

📋 copy color: '#B701A0'

red 183 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #B701A0

Tints of Medium Violet Red #B701A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 46.51%

R = 53.2%
G = 0.29%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B701A0 (or 0xB701A0) is known color: Medium Violet Red. HEX triplet: B7, 01 and A0. RGB value is (183,1,160). Sum of RGB (Red+Green+Blue) = 183+1+160=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B701A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B701A0 is #48FE5F. Grayscale: #494949. Windows color (decimal): -4783712 or 10486199. OLE color: 10486199.

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

Color convert

RGB 183 1 160 -
CMYK 0 0.99 0.13 0.28
HSL 307.58º 0.99% 0.36% -
HSV(B) 307.58º 0.99% 0.72% -
XYZ 25.88 12.63 34.33 -
YUV 73.54 176.8 206.07 -
System Red Green Blue C M Y K H S L
Decimal 183 1 160 0 0.99 0.13 0.28 307.58 0.99 0.36
Hex B7 1 A0 0 63 D 1C 134 63 24
Octal 267 1 240 0 143 15 34 464 143 44
Binary 10110111 1 10100000 0 1100011 1101 11100 100110100 1100011 100100

Color Harmonies of #B701A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701A0

Black with #B701A0

Text Example


Text Example

White with #B701A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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