Html Css Color HEX #B700CD Deep Magenta

📋 copy color: '#B700CD'

red 183 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B700CD

Tints of Deep Magenta #B700CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 47.16%
G = 0%
B = 52.84%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B700CD (or 0xB700CD) is known color: Deep Magenta. HEX triplet: B7, 00 and CD. RGB value is (183,0,205). Sum of RGB (Red+Green+Blue) = 183+0+205=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #B700CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B700CD is #48FF32. Grayscale: #4D4D4D. Windows color (decimal): -4783923 or 13435063. OLE color: 13435063.

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

Color convert

RGB 183 0 205 -
CMYK 0.11 1 0 0.20
HSL 293.56º 1% 0.4% -
HSV(B) 293.56º 1% 0.8% -
XYZ 30.55 14.48 58.94 -
YUV 78.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 183 0 205 0.11 1 0 0.20 293.56 1 0.4
Hex B7 0 CD B 64 0 14 126 64 28
Octal 267 0 315 13 144 0 24 446 144 50
Binary 10110111 0 11001101 1011 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B700CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B700CD

Black with #B700CD

Text Example


Text Example

White with #B700CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B700CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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