Html Css Color HEX #B603BE Deep Magenta

📋 copy color: '#B603BE'

red 182 ◦ green 3 ◦ blue 190

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

Shades of Deep Magenta #B603BE

Tints of Deep Magenta #B603BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 48.53%
G = 0.8%
B = 50.67%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B603BE (or 0xB603BE) is known color: Deep Magenta. HEX triplet: B6, 03 and BE. RGB value is (182,3,190). Sum of RGB (Red+Green+Blue) = 182+3+190=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #B603BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603BE is #49FC41. Grayscale: #4D4D4D. Windows color (decimal): -4848706 or 12452790. OLE color: 12452790.

HSL color Cylindrical-coordinate representation of color #B603BE: hue angle of 297.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B603BE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 3 190 -
CMYK 0.04 0.98 0 0.25
HSL 297.43º 0.97% 0.38% -
HSV(B) 297.43º 0.98% 0.75% -
XYZ 28.62 13.73 49.86 -
YUV 77.84 191.3 202.29 -
System Red Green Blue C M Y K H S L
Decimal 182 3 190 0.04 0.98 0 0.25 297.43 0.97 0.38
Hex B6 3 BE 4 62 0 19 129 61 26
Octal 266 3 276 4 142 0 31 451 141 46
Binary 10110110 11 10111110 100 1100010 0 11001 100101001 1100001 100110

Color Harmonies of #B603BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B603BE

Black with #B603BE

Text Example


Text Example

White with #B603BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B603BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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