Html Css Color HEX #B700A2 Medium Violet Red

📋 copy color: '#B700A2'

red 183 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #B700A2

Tints of Medium Violet Red #B700A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 162 (63.67% from 255) = 46.96%

R = 53.04%
G = 0%
B = 46.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B700A2 (or 0xB700A2) is known color: Medium Violet Red. HEX triplet: B7, 00 and A2. RGB value is (183,0,162). Sum of RGB (Red+Green+Blue) = 183+0+162=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 162 (63.67% from 255 or 46.96% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A2 is #48FF5D. Grayscale: #484848. Windows color (decimal): -4783966 or 10617015. OLE color: 10617015.

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

Color convert

RGB 183 0 162 -
CMYK 0 1 0.11 0.28
HSL 306.89º 1% 0.36% -
HSV(B) 306.89º 1% 0.72% -
XYZ 26.05 12.68 35.26 -
YUV 73.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 183 0 162 0 1 0.11 0.28 306.89 1 0.36
Hex B7 0 A2 0 64 B 1C 133 64 24
Octal 267 0 242 0 144 13 34 463 144 44
Binary 10110111 0 10100010 0 1100100 1011 11100 100110011 1100100 100100

Color Harmonies of #B700A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700A2

Black with #B700A2

Text Example


Text Example

White with #B700A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700A2; }

 p { color: rgb(183,0,162); }

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

background-color css

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

 a { background-color: rgb(183,0,162); }

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

border-color css

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

 span { border-color: rgb(183,0,162); }

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