Html Css Color HEX #B200CC Deep Magenta

📋 copy color: '#B200CC'

red 178 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #B200CC

Tints of Deep Magenta #B200CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 46.6%
G = 0%
B = 53.4%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B200CC (or 0xB200CC) is known color: Deep Magenta. HEX triplet: B2, 00 and CC. RGB value is (178,0,204). Sum of RGB (Red+Green+Blue) = 178+0+204=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #B200CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200CC is #4DFF33. Grayscale: #4B4B4B. Windows color (decimal): -5111604 or 13369522. OLE color: 13369522.

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

Color convert

RGB 178 0 204 -
CMYK 0.13 1 0 0.2
HSL 292.35º 1% 0.4% -
HSV(B) 292.35º 1% 0.8% -
XYZ 29.26 13.82 58.25 -
YUV 76.48 199.97 200.41 -
System Red Green Blue C M Y K H S L
Decimal 178 0 204 0.13 1 0 0.2 292.35 1 0.4
Hex B2 0 CC D 64 0 14 124 64 28
Octal 262 0 314 15 144 0 24 444 144 50
Binary 10110010 0 11001100 1101 1100100 0 10100 100100100 1100100 101000

Color Harmonies of #B200CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200CC

Black with #B200CC

Text Example


Text Example

White with #B200CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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