Html Css Color HEX #B700DE Deep Magenta

📋 copy color: '#B700DE'

red 183 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #B700DE

Tints of Deep Magenta #B700DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.19%
G = 0%
B = 54.81%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B700DE (or 0xB700DE) is known color: Deep Magenta. HEX triplet: B7, 00 and DE. RGB value is (183,0,222). Sum of RGB (Red+Green+Blue) = 183+0+222=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 0 (0.39% from 255 or 0% 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 #B700DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700DE is #48FF21. Grayscale: #4F4F4F. Windows color (decimal): -4783906 or 14549175. OLE color: 14549175.

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

Color convert

RGB 183 0 222 -
CMYK 0.18 1 0 0.13
HSL 289.46º 1% 0.44% -
HSV(B) 289.46º 1% 0.87% -
XYZ 32.71 15.34 70.34 -
YUV 80.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 183 0 222 0.18 1 0 0.13 289.46 1 0.44
Hex B7 0 DE 12 64 0 D 121 64 2C
Octal 267 0 336 22 144 0 15 441 144 54
Binary 10110111 0 11011110 10010 1100100 0 1101 100100001 1100100 101100

Color Harmonies of #B700DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700DE

Black with #B700DE

Text Example


Text Example

White with #B700DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700DE; }

 p { color: rgb(183,0,222); }

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

background-color css

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

 a { background-color: rgb(183,0,222); }

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

border-color css

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

 span { border-color: rgb(183,0,222); }

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