Html Css Color HEX #B703A1 Medium Violet Red

📋 copy color: '#B703A1'

red 183 ◦ green 3 ◦ blue 161

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

Shades of Medium Violet Red #B703A1

Tints of Medium Violet Red #B703A1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 52.74%
G = 0.86%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B703A1 (or 0xB703A1) is known color: Medium Violet Red. HEX triplet: B7, 03 and A1. RGB value is (183,3,161). Sum of RGB (Red+Green+Blue) = 183+3+161=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B703A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B703A1 is #48FC5E. Grayscale: #4A4A4A. Windows color (decimal): -4783199 or 10552247. OLE color: 10552247.

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

Color convert

RGB 183 3 161 -
CMYK 0 0.98 0.12 0.28
HSL 307.33º 0.97% 0.36% -
HSV(B) 307.33º 0.98% 0.72% -
XYZ 25.99 12.71 34.8 -
YUV 74.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 183 3 161 0 0.98 0.12 0.28 307.33 0.97 0.36
Hex B7 3 A1 0 62 C 1C 133 61 24
Octal 267 3 241 0 142 14 34 463 141 44
Binary 10110111 11 10100001 0 1100010 1100 11100 100110011 1100001 100100

Color Harmonies of #B703A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B703A1

Black with #B703A1

Text Example


Text Example

White with #B703A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B703A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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