Html Css Color HEX #B201BF Deep Magenta

📋 copy color: '#B201BF'

red 178 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #B201BF

Tints of Deep Magenta #B201BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.62%

R = 48.11%
G = 0.27%
B = 51.62%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B201BF (or 0xB201BF) is known color: Deep Magenta. HEX triplet: B2, 01 and BF. RGB value is (178,1,191). Sum of RGB (Red+Green+Blue) = 178+1+191=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #B201BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201BF is #4DFE40. Grayscale: #4B4B4B. Windows color (decimal): -5111361 or 12517810. OLE color: 12517810.

HSL color Cylindrical-coordinate representation of color #B201BF: hue angle of 295.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B201BF is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 1 191 -
CMYK 0.07 0.99 0 0.25
HSL 295.89º 0.99% 0.38% -
HSV(B) 295.89º 0.99% 0.75% -
XYZ 27.77 13.25 50.38 -
YUV 75.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 178 1 191 0.07 0.99 0 0.25 295.89 0.99 0.38
Hex B2 1 BF 7 63 0 19 128 63 26
Octal 262 1 277 7 143 0 31 450 143 46
Binary 10110010 1 10111111 111 1100011 0 11001 100101000 1100011 100110

Color Harmonies of #B201BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201BF

Black with #B201BF

Text Example


Text Example

White with #B201BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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