Html Css Color HEX #B603A1 Medium Violet Red

📋 copy color: '#B603A1'

red 182 ◦ green 3 ◦ blue 161

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

Shades of Medium Violet Red #B603A1

Tints of Medium Violet Red #B603A1

RGB

 RED value IS 182 (71.48% from 255) = 52.6%

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

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

R = 52.6%
G = 0.87%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B603A1 (or 0xB603A1) is known color: Medium Violet Red. HEX triplet: B6, 03 and A1. RGB value is (182,3,161). Sum of RGB (Red+Green+Blue) = 182+3+161=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B603A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603A1 is #49FC5E. Grayscale: #4A4A4A. Windows color (decimal): -4848735 or 10552246. OLE color: 10552246.

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

Color convert

RGB 182 3 161 -
CMYK 0 0.98 0.12 0.29
HSL 307.04º 0.97% 0.36% -
HSV(B) 307.04º 0.98% 0.71% -
XYZ 25.76 12.58 34.79 -
YUV 74.53 176.8 204.65 -
System Red Green Blue C M Y K H S L
Decimal 182 3 161 0 0.98 0.12 0.29 307.04 0.97 0.36
Hex B6 3 A1 0 62 C 1D 133 61 24
Octal 266 3 241 0 142 14 35 463 141 44
Binary 10110110 11 10100001 0 1100010 1100 11101 100110011 1100001 100100

Color Harmonies of #B603A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603A1

Black with #B603A1

Text Example


Text Example

White with #B603A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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