Html Css Color HEX #B901D8 Deep Magenta

📋 copy color: '#B901D8'

red 185 ◦ green 1 ◦ blue 216

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

Shades of Deep Magenta #B901D8

Tints of Deep Magenta #B901D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.73%

R = 46.02%
G = 0.25%
B = 53.73%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B901D8 (or 0xB901D8) is known color: Deep Magenta. HEX triplet: B9, 01 and D8. RGB value is (185,1,216). Sum of RGB (Red+Green+Blue) = 185+1+216=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 216 (84.77% from 255 or 53.73% from 402); Max value from RGB is 216 - color contains mainly: blue. Hex color #B901D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901D8 is #46FE27. Grayscale: #4F4F4F. Windows color (decimal): -4652584 or 14156217. OLE color: 14156217.

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

Color convert

RGB 185 1 216 -
CMYK 0.14 1.00 0 0.15
HSL 291.35º 0.99% 0.43% -
HSV(B) 291.35º 1% 0.85% -
XYZ 32.41 15.29 66.21 -
YUV 80.53 204.46 202.52 -
System Red Green Blue C M Y K H S L
Decimal 185 1 216 0.14 1.00 0 0.15 291.35 0.99 0.43
Hex B9 1 D8 E 64 0 F 123 63 2B
Octal 271 1 330 16 144 0 17 443 143 53
Binary 10111001 1 11011000 1110 1100100 0 1111 100100011 1100011 101011

Color Harmonies of #B901D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901D8

Black with #B901D8

Text Example


Text Example

White with #B901D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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