Html Css Color HEX #B200AD Deep Magenta

📋 copy color: '#B200AD'

red 178 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #B200AD

Tints of Deep Magenta #B200AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.29%

R = 50.71%
G = 0%
B = 49.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B200AD (or 0xB200AD) is known color: Deep Magenta. HEX triplet: B2, 00 and AD. RGB value is (178,0,173). Sum of RGB (Red+Green+Blue) = 178+0+173=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B200AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B200AD is #4DFF52. Grayscale: #484848. Windows color (decimal): -5111635 or 11337906. OLE color: 11337906.

HSL color Cylindrical-coordinate representation of color #B200AD: hue angle of 301.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200AD is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 173 -
CMYK 0 1 0.03 0.30
HSL 301.69º 1% 0.35% -
HSV(B) 301.69º 1% 0.7% -
XYZ 25.9 12.48 40.58 -
YUV 72.94 184.47 202.93 -
System Red Green Blue C M Y K H S L
Decimal 178 0 173 0 1 0.03 0.30 301.69 1 0.35
Hex B2 0 AD 0 64 3 1E 12E 64 23
Octal 262 0 255 0 144 3 36 456 144 43
Binary 10110010 0 10101101 0 1100100 11 11110 100101110 1100100 100011

Color Harmonies of #B200AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200AD

Black with #B200AD

Text Example


Text Example

White with #B200AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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