Html Css Color HEX #B200BB Deep Magenta

📋 copy color: '#B200BB'

red 178 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #B200BB

Tints of Deep Magenta #B200BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.23%

R = 48.77%
G = 0%
B = 51.23%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B200BB (or 0xB200BB) is known color: Deep Magenta. HEX triplet: B2, 00 and BB. RGB value is (178,0,187). Sum of RGB (Red+Green+Blue) = 178+0+187=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #B200BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200BB is #4DFF44. Grayscale: #494949. Windows color (decimal): -5111621 or 12255410. OLE color: 12255410.

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

Color convert

RGB 178 0 187 -
CMYK 0.05 1 0 0.27
HSL 297.11º 1% 0.37% -
HSV(B) 297.11º 1% 0.73% -
XYZ 27.33 13.05 48.09 -
YUV 74.54 191.47 201.79 -
System Red Green Blue C M Y K H S L
Decimal 178 0 187 0.05 1 0 0.27 297.11 1 0.37
Hex B2 0 BB 5 64 0 1B 129 64 25
Octal 262 0 273 5 144 0 33 451 144 45
Binary 10110010 0 10111011 101 1100100 0 11011 100101001 1100100 100101

Color Harmonies of #B200BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200BB

Black with #B200BB

Text Example


Text Example

White with #B200BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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