Html Css Color HEX #B700CE Deep Magenta

📋 copy color: '#B700CE'

red 183 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #B700CE

Tints of Deep Magenta #B700CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 47.04%
G = 0%
B = 52.96%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B700CE (or 0xB700CE) is known color: Deep Magenta. HEX triplet: B7, 00 and CE. RGB value is (183,0,206). Sum of RGB (Red+Green+Blue) = 183+0+206=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #B700CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700CE is #48FF31. Grayscale: #4D4D4D. Windows color (decimal): -4783922 or 13500599. OLE color: 13500599.

HSL color Cylindrical-coordinate representation of color #B700CE: hue angle of 293.3º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700CE is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 0 206 -
CMYK 0.11 1 0 0.19
HSL 293.3º 1% 0.4% -
HSV(B) 293.3º 1% 0.81% -
XYZ 30.67 14.52 59.58 -
YUV 78.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 183 0 206 0.11 1 0 0.19 293.3 1 0.4
Hex B7 0 CE B 64 0 13 125 64 28
Octal 267 0 316 13 144 0 23 445 144 50
Binary 10110111 0 11001110 1011 1100100 0 10011 100100101 1100100 101000

Color Harmonies of #B700CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700CE

Black with #B700CE

Text Example


Text Example

White with #B700CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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