Html Css Color HEX #B200C9 Deep Magenta

📋 copy color: '#B200C9'

red 178 ◦ green 0 ◦ blue 201

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

Shades of Deep Magenta #B200C9

Tints of Deep Magenta #B200C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 46.97%
G = 0%
B = 53.03%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B200C9 (or 0xB200C9) is known color: Deep Magenta. HEX triplet: B2, 00 and C9. RGB value is (178,0,201). Sum of RGB (Red+Green+Blue) = 178+0+201=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #B200C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200C9 is #4DFF36. Grayscale: #4B4B4B. Windows color (decimal): -5111607 or 13172914. OLE color: 13172914.

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

Color convert

RGB 178 0 201 -
CMYK 0.11 1 0 0.21
HSL 293.13º 1% 0.39% -
HSV(B) 293.13º 1% 0.79% -
XYZ 28.9 13.68 56.38 -
YUV 76.14 198.47 200.66 -
System Red Green Blue C M Y K H S L
Decimal 178 0 201 0.11 1 0 0.21 293.13 1 0.39
Hex B2 0 C9 B 64 0 15 125 64 27
Octal 262 0 311 13 144 0 25 445 144 47
Binary 10110010 0 11001001 1011 1100100 0 10101 100100101 1100100 100111

Color Harmonies of #B200C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200C9

Black with #B200C9

Text Example


Text Example

White with #B200C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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