Html Css Color HEX #B700A3 Medium Violet Red

📋 copy color: '#B700A3'

red 183 ◦ green 0 ◦ blue 163

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

Shades of Medium Violet Red #B700A3

Tints of Medium Violet Red #B700A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.11%

R = 52.89%
G = 0%
B = 47.11%

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

#B700A3 (or 0xB700A3) is known color: Medium Violet Red. HEX triplet: B7, 00 and A3. RGB value is (183,0,163). Sum of RGB (Red+Green+Blue) = 183+0+163=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B700A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B700A3 is #48FF5C. Grayscale: #484848. Windows color (decimal): -4783965 or 10682551. OLE color: 10682551.

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

Color convert

RGB 183 0 163 -
CMYK 0 1 0.11 0.28
HSL 306.56º 1% 0.36% -
HSV(B) 306.56º 1% 0.72% -
XYZ 26.14 12.71 35.73 -
YUV 73.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 183 0 163 0 1 0.11 0.28 306.56 1 0.36
Hex B7 0 A3 0 64 B 1C 133 64 24
Octal 267 0 243 0 144 13 34 463 144 44
Binary 10110111 0 10100011 0 1100100 1011 11100 100110011 1100100 100100

Color Harmonies of #B700A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700A3

Black with #B700A3

Text Example


Text Example

White with #B700A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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