Html Css Color HEX #B200BD Deep Magenta

📋 copy color: '#B200BD'

red 178 ◦ green 0 ◦ blue 189

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

Shades of Deep Magenta #B200BD

Tints of Deep Magenta #B200BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 48.5%
G = 0%
B = 51.5%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B200BD (or 0xB200BD) is known color: Deep Magenta. HEX triplet: B2, 00 and BD. RGB value is (178,0,189). Sum of RGB (Red+Green+Blue) = 178+0+189=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #B200BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200BD is #4DFF42. Grayscale: #4A4A4A. Windows color (decimal): -5111619 or 12386482. OLE color: 12386482.

HSL color Cylindrical-coordinate representation of color #B200BD: hue angle of 296.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B200BD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 0 189 -
CMYK 0.06 1 0 0.26
HSL 296.51º 1% 0.37% -
HSV(B) 296.51º 1% 0.74% -
XYZ 27.55 13.14 49.23 -
YUV 74.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 178 0 189 0.06 1 0 0.26 296.51 1 0.37
Hex B2 0 BD 6 64 0 1A 129 64 25
Octal 262 0 275 6 144 0 32 451 144 45
Binary 10110010 0 10111101 110 1100100 0 11010 100101001 1100100 100101

Color Harmonies of #B200BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200BD

Black with #B200BD

Text Example


Text Example

White with #B200BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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