Html Css Color HEX #B200BA Deep Magenta

📋 copy color: '#B200BA'

red 178 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #B200BA

Tints of Deep Magenta #B200BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 48.9%
G = 0%
B = 51.1%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B200BA (or 0xB200BA) is known color: Deep Magenta. HEX triplet: B2, 00 and BA. RGB value is (178,0,186). Sum of RGB (Red+Green+Blue) = 178+0+186=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #B200BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200BA is #4DFF45. Grayscale: #494949. Windows color (decimal): -5111622 or 12189874. OLE color: 12189874.

HSL color Cylindrical-coordinate representation of color #B200BA: hue angle of 297.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200BA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 0 186 -
CMYK 0.04 1 0 0.27
HSL 297.42º 1% 0.36% -
HSV(B) 297.42º 1% 0.73% -
XYZ 27.22 13.01 47.53 -
YUV 74.43 190.97 201.88 -
System Red Green Blue C M Y K H S L
Decimal 178 0 186 0.04 1 0 0.27 297.42 1 0.36
Hex B2 0 BA 4 64 0 1B 129 64 24
Octal 262 0 272 4 144 0 33 451 144 44
Binary 10110010 0 10111010 100 1100100 0 11011 100101001 1100100 100100

Color Harmonies of #B200BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200BA

Black with #B200BA

Text Example


Text Example

White with #B200BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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