Html Css Color HEX #B901BE Deep Magenta

📋 copy color: '#B901BE'

red 185 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #B901BE

Tints of Deep Magenta #B901BE

RGB

 RED value IS 185 (72.66% from 255) = 49.2%

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

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

R = 49.2%
G = 0.27%
B = 50.53%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B901BE (or 0xB901BE) is known color: Deep Magenta. HEX triplet: B9, 01 and BE. RGB value is (185,1,190). Sum of RGB (Red+Green+Blue) = 185+1+190=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #B901BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901BE is #46FE41. Grayscale: #4C4C4C. Windows color (decimal): -4652610 or 12452281. OLE color: 12452281.

HSL color Cylindrical-coordinate representation of color #B901BE: hue angle of 298.41º 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 #B901BE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 1 190 -
CMYK 0.03 0.99 0 0.25
HSL 298.41º 0.99% 0.37% -
HSV(B) 298.41º 0.99% 0.75% -
XYZ 29.31 14.05 49.88 -
YUV 77.56 191.46 204.63 -
System Red Green Blue C M Y K H S L
Decimal 185 1 190 0.03 0.99 0 0.25 298.41 0.99 0.37
Hex B9 1 BE 3 63 0 19 12A 63 25
Octal 271 1 276 3 143 0 31 452 143 45
Binary 10111001 1 10111110 11 1100011 0 11001 100101010 1100011 100101

Color Harmonies of #B901BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901BE

Black with #B901BE

Text Example


Text Example

White with #B901BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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