Html Css Color HEX #B201CF Deep Magenta

📋 copy color: '#B201CF'

red 178 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #B201CF

Tints of Deep Magenta #B201CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 46.11%
G = 0.26%
B = 53.63%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B201CF (or 0xB201CF) is known color: Deep Magenta. HEX triplet: B2, 01 and CF. RGB value is (178,1,207). Sum of RGB (Red+Green+Blue) = 178+1+207=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #B201CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201CF is #4DFE30. Grayscale: #4C4C4C. Windows color (decimal): -5111345 or 13566386. OLE color: 13566386.

HSL color Cylindrical-coordinate representation of color #B201CF: hue angle of 291.55º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201CF is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 1 207 -
CMYK 0.14 1.00 0 0.19
HSL 291.55º 0.99% 0.41% -
HSV(B) 291.55º 1% 0.81% -
XYZ 29.63 13.99 60.17 -
YUV 77.41 201.14 199.75 -
System Red Green Blue C M Y K H S L
Decimal 178 1 207 0.14 1.00 0 0.19 291.55 0.99 0.41
Hex B2 1 CF E 64 0 13 124 63 29
Octal 262 1 317 16 144 0 23 444 143 51
Binary 10110010 1 11001111 1110 1100100 0 10011 100100100 1100011 101001

Color Harmonies of #B201CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201CF

Black with #B201CF

Text Example


Text Example

White with #B201CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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