Html Css Color HEX #B603B2 Deep Magenta

📋 copy color: '#B603B2'

red 182 ◦ green 3 ◦ blue 178

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

Shades of Deep Magenta #B603B2

Tints of Deep Magenta #B603B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.04%

R = 50.14%
G = 0.83%
B = 49.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B603B2 (or 0xB603B2) is known color: Deep Magenta. HEX triplet: B6, 03 and B2. RGB value is (182,3,178). Sum of RGB (Red+Green+Blue) = 182+3+178=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B603B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B603B2 is #49FC4D. Grayscale: #4B4B4B. Windows color (decimal): -4848718 or 11666358. OLE color: 11666358.

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

Color convert

RGB 182 3 178 -
CMYK 0 0.98 0.02 0.29
HSL 301.34º 0.97% 0.36% -
HSV(B) 301.34º 0.98% 0.71% -
XYZ 27.36 13.22 43.23 -
YUV 76.47 185.3 203.27 -
System Red Green Blue C M Y K H S L
Decimal 182 3 178 0 0.98 0.02 0.29 301.34 0.97 0.36
Hex B6 3 B2 0 62 2 1D 12D 61 24
Octal 266 3 262 0 142 2 35 455 141 44
Binary 10110110 11 10110010 0 1100010 10 11101 100101101 1100001 100100

Color Harmonies of #B603B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603B2

Black with #B603B2

Text Example


Text Example

White with #B603B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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