Html Css Color HEX #B200CE Deep Magenta

📋 copy color: '#B200CE'

red 178 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #B200CE

Tints of Deep Magenta #B200CE

RGB

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

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

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

R = 46.35%
G = 0%
B = 53.65%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B200CE (or 0xB200CE) is known color: Deep Magenta. HEX triplet: B2, 00 and CE. RGB value is (178,0,206). Sum of RGB (Red+Green+Blue) = 178+0+206=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #B200CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200CE is #4DFF31. Grayscale: #4C4C4C. Windows color (decimal): -5111602 or 13500594. OLE color: 13500594.

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

Color convert

RGB 178 0 206 -
CMYK 0.14 1 0 0.19
HSL 291.84º 1% 0.4% -
HSV(B) 291.84º 1% 0.81% -
XYZ 29.5 13.92 59.52 -
YUV 76.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 178 0 206 0.14 1 0 0.19 291.84 1 0.4
Hex B2 0 CE E 64 0 13 124 64 28
Octal 262 0 316 16 144 0 23 444 144 50
Binary 10110010 0 11001110 1110 1100100 0 10011 100100100 1100100 101000

Color Harmonies of #B200CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200CE

Black with #B200CE

Text Example


Text Example

White with #B200CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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