Html Css Color HEX #B603AD Deep Magenta

📋 copy color: '#B603AD'

red 182 ◦ green 3 ◦ blue 173

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

Shades of Deep Magenta #B603AD

Tints of Deep Magenta #B603AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 50.84%
G = 0.84%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B603AD (or 0xB603AD) is known color: Deep Magenta. HEX triplet: B6, 03 and AD. RGB value is (182,3,173). Sum of RGB (Red+Green+Blue) = 182+3+173=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B603AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603AD is #49FC52. Grayscale: #4B4B4B. Windows color (decimal): -4848723 or 11338678. OLE color: 11338678.

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

Color convert

RGB 182 3 173 -
CMYK 0 0.98 0.05 0.29
HSL 303.02º 0.97% 0.36% -
HSV(B) 303.02º 0.98% 0.71% -
XYZ 26.87 13.03 40.63 -
YUV 75.9 182.8 203.68 -
System Red Green Blue C M Y K H S L
Decimal 182 3 173 0 0.98 0.05 0.29 303.02 0.97 0.36
Hex B6 3 AD 0 62 5 1D 12F 61 24
Octal 266 3 255 0 142 5 35 457 141 44
Binary 10110110 11 10101101 0 1100010 101 11101 100101111 1100001 100100

Color Harmonies of #B603AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603AD

Black with #B603AD

Text Example


Text Example

White with #B603AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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