Html Css Color HEX #B601DE Deep Magenta

📋 copy color: '#B601DE'

red 182 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #B601DE

Tints of Deep Magenta #B601DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 222 (87.11% from 255) = 54.81%

R = 44.94%
G = 0.25%
B = 54.81%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B601DE (or 0xB601DE) is known color: Deep Magenta. HEX triplet: B6, 01 and DE. RGB value is (182,1,222). Sum of RGB (Red+Green+Blue) = 182+1+222=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 1 (0.78% from 255 or 0.25% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #B601DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601DE is #49FE21. Grayscale: #4F4F4F. Windows color (decimal): -4849186 or 14549430. OLE color: 14549430.

HSL color Cylindrical-coordinate representation of color #B601DE: hue angle of 289.14º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B601DE is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 1 222 -
CMYK 0.18 1.00 0 0.13
HSL 289.14º 0.99% 0.44% -
HSV(B) 289.14º 1% 0.87% -
XYZ 32.49 15.24 70.34 -
YUV 80.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 182 1 222 0.18 1.00 0 0.13 289.14 0.99 0.44
Hex B6 1 DE 12 64 0 D 121 63 2C
Octal 266 1 336 22 144 0 15 441 143 54
Binary 10110110 1 11011110 10010 1100100 0 1101 100100001 1100011 101100

Color Harmonies of #B601DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601DE

Black with #B601DE

Text Example


Text Example

White with #B601DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601DE; }

 p { color: rgb(182,1,222); }

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

background-color css

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

 a { background-color: rgb(182,1,222); }

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

border-color css

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

 span { border-color: rgb(182,1,222); }

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