Html Css Color HEX #B200C3 Deep Magenta

📋 copy color: '#B200C3'

red 178 ◦ green 0 ◦ blue 195

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

Shades of Deep Magenta #B200C3

Tints of Deep Magenta #B200C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.28%

R = 47.72%
G = 0%
B = 52.28%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B200C3 (or 0xB200C3) is known color: Deep Magenta. HEX triplet: B2, 00 and C3. RGB value is (178,0,195). Sum of RGB (Red+Green+Blue) = 178+0+195=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #B200C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200C3 is #4DFF3C. Grayscale: #4A4A4A. Windows color (decimal): -5111613 or 12779698. OLE color: 12779698.

HSL color Cylindrical-coordinate representation of color #B200C3: hue angle of 294.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200C3 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 0 195 -
CMYK 0.09 1 0 0.24
HSL 294.77º 1% 0.38% -
HSV(B) 294.77º 1% 0.76% -
XYZ 28.21 13.41 52.73 -
YUV 75.45 195.47 201.14 -
System Red Green Blue C M Y K H S L
Decimal 178 0 195 0.09 1 0 0.24 294.77 1 0.38
Hex B2 0 C3 9 64 0 18 127 64 26
Octal 262 0 303 11 144 0 30 447 144 46
Binary 10110010 0 11000011 1001 1100100 0 11000 100100111 1100100 100110

Color Harmonies of #B200C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200C3

Black with #B200C3

Text Example


Text Example

White with #B200C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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