Html Css Color HEX #B603A2 Medium Violet Red

📋 copy color: '#B603A2'

red 182 ◦ green 3 ◦ blue 162

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

Shades of Medium Violet Red #B603A2

Tints of Medium Violet Red #B603A2

RGB

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

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

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

R = 52.45%
G = 0.86%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B603A2 (or 0xB603A2) is known color: Medium Violet Red. HEX triplet: B6, 03 and A2. RGB value is (182,3,162). Sum of RGB (Red+Green+Blue) = 182+3+162=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B603A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603A2 is #49FC5D. Grayscale: #4A4A4A. Windows color (decimal): -4848734 or 10617782. OLE color: 10617782.

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

Color convert

RGB 182 3 162 -
CMYK 0 0.98 0.11 0.29
HSL 306.7º 0.97% 0.36% -
HSV(B) 306.7º 0.98% 0.71% -
XYZ 25.85 12.62 35.26 -
YUV 74.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 182 3 162 0 0.98 0.11 0.29 306.7 0.97 0.36
Hex B6 3 A2 0 62 B 1D 133 61 24
Octal 266 3 242 0 142 13 35 463 141 44
Binary 10110110 11 10100010 0 1100010 1011 11101 100110011 1100001 100100

Color Harmonies of #B603A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603A2

Black with #B603A2

Text Example


Text Example

White with #B603A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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