Html Css Color HEX #B201BB Deep Magenta

📋 copy color: '#B201BB'

red 178 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #B201BB

Tints of Deep Magenta #B201BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 48.63%
G = 0.27%
B = 51.09%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B201BB (or 0xB201BB) is known color: Deep Magenta. HEX triplet: B2, 01 and BB. RGB value is (178,1,187). Sum of RGB (Red+Green+Blue) = 178+1+187=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #B201BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201BB is #4DFE44. Grayscale: #4A4A4A. Windows color (decimal): -5111365 or 12255666. OLE color: 12255666.

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

Color convert

RGB 178 1 187 -
CMYK 0.05 0.99 0 0.27
HSL 297.1º 0.99% 0.37% -
HSV(B) 297.1º 0.99% 0.73% -
XYZ 27.34 13.07 48.1 -
YUV 75.13 191.14 201.38 -
System Red Green Blue C M Y K H S L
Decimal 178 1 187 0.05 0.99 0 0.27 297.1 0.99 0.37
Hex B2 1 BB 5 63 0 1B 129 63 25
Octal 262 1 273 5 143 0 33 451 143 45
Binary 10110010 1 10111011 101 1100011 0 11011 100101001 1100011 100101

Color Harmonies of #B201BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201BB

Black with #B201BB

Text Example


Text Example

White with #B201BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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