Html Css Color HEX #B701DF Deep Magenta

📋 copy color: '#B701DF'

red 183 ◦ green 1 ◦ blue 223

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

Shades of Deep Magenta #B701DF

Tints of Deep Magenta #B701DF

RGB

 RED value IS 183 (71.88% from 255) = 44.96%

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

 BLUE value IS 223 (87.5% from 255) = 54.79%

R = 44.96%
G = 0.25%
B = 54.79%

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

#B701DF (or 0xB701DF) is known color: Deep Magenta. HEX triplet: B7, 01 and DF. RGB value is (183,1,223). Sum of RGB (Red+Green+Blue) = 183+1+223=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B701DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701DF is #48FE20. Grayscale: #505050. Windows color (decimal): -4783649 or 14614967. OLE color: 14614967.

HSL color Cylindrical-coordinate representation of color #B701DF: hue angle of 289.19º 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 #B701DF is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 1 223 -
CMYK 0.18 1.00 0 0.13
HSL 289.19º 0.99% 0.44% -
HSV(B) 289.19º 1% 0.87% -
XYZ 32.86 15.42 71.06 -
YUV 80.73 208.3 200.95 -
System Red Green Blue C M Y K H S L
Decimal 183 1 223 0.18 1.00 0 0.13 289.19 0.99 0.44
Hex B7 1 DF 12 64 0 D 121 63 2C
Octal 267 1 337 22 144 0 15 441 143 54
Binary 10110111 1 11011111 10010 1100100 0 1101 100100001 1100011 101100

Color Harmonies of #B701DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B701DF

Black with #B701DF

Text Example


Text Example

White with #B701DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B701DF; }

 p { color: rgb(183,1,223); }

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

background-color css

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

 a { background-color: rgb(183,1,223); }

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

border-color css

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

 span { border-color: rgb(183,1,223); }

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