Html Css Color HEX #B200CD Deep Magenta

📋 copy color: '#B200CD'

red 178 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B200CD

Tints of Deep Magenta #B200CD

RGB

 RED value IS 178 (69.92% from 255) = 46.48%

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

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

R = 46.48%
G = 0%
B = 53.52%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B200CD (or 0xB200CD) is known color: Deep Magenta. HEX triplet: B2, 00 and CD. RGB value is (178,0,205). Sum of RGB (Red+Green+Blue) = 178+0+205=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #B200CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200CD is #4DFF32. Grayscale: #4B4B4B. Windows color (decimal): -5111603 or 13435058. OLE color: 13435058.

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

Color convert

RGB 178 0 205 -
CMYK 0.13 1 0 0.20
HSL 292.1º 1% 0.4% -
HSV(B) 292.1º 1% 0.8% -
XYZ 29.38 13.87 58.89 -
YUV 76.59 200.47 200.33 -
System Red Green Blue C M Y K H S L
Decimal 178 0 205 0.13 1 0 0.20 292.1 1 0.4
Hex B2 0 CD D 64 0 14 124 64 28
Octal 262 0 315 15 144 0 24 444 144 50
Binary 10110010 0 11001101 1101 1100100 0 10100 100100100 1100100 101000

Color Harmonies of #B200CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200CD

Black with #B200CD

Text Example


Text Example

White with #B200CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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