Html Css Color HEX #B201BE Deep Magenta

📋 copy color: '#B201BE'

red 178 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B201BE

Tints of Deep Magenta #B201BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 48.24%
G = 0.27%
B = 51.49%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B201BE (or 0xB201BE) is known color: Deep Magenta. HEX triplet: B2, 01 and BE. RGB value is (178,1,190). Sum of RGB (Red+Green+Blue) = 178+1+190=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #B201BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201BE is #4DFE41. Grayscale: #4A4A4A. Windows color (decimal): -5111362 or 12452274. OLE color: 12452274.

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

Color convert

RGB 178 1 190 -
CMYK 0.06 0.99 0 0.25
HSL 296.19º 0.99% 0.37% -
HSV(B) 296.19º 0.99% 0.75% -
XYZ 27.67 13.2 49.81 -
YUV 75.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 178 1 190 0.06 0.99 0 0.25 296.19 0.99 0.37
Hex B2 1 BE 6 63 0 19 128 63 25
Octal 262 1 276 6 143 0 31 450 143 45
Binary 10110010 1 10111110 110 1100011 0 11001 100101000 1100011 100101

Color Harmonies of #B201BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201BE

Black with #B201BE

Text Example


Text Example

White with #B201BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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