Html Css Color HEX #B801DA Deep Magenta

📋 copy color: '#B801DA'

red 184 ◦ green 1 ◦ blue 218

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

Shades of Deep Magenta #B801DA

Tints of Deep Magenta #B801DA

RGB

 RED value IS 184 (72.27% from 255) = 45.66%

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

 BLUE value IS 218 (85.55% from 255) = 54.09%

R = 45.66%
G = 0.25%
B = 54.09%

CMYK

 C value IS 0.16

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B801DA (or 0xB801DA) is known color: Deep Magenta. HEX triplet: B8, 01 and DA. RGB value is (184,1,218). Sum of RGB (Red+Green+Blue) = 184+1+218=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #B801DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801DA is #47FE25. Grayscale: #4F4F4F. Windows color (decimal): -4718118 or 14287288. OLE color: 14287288.

HSL color Cylindrical-coordinate representation of color #B801DA: hue angle of 290.6º 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 #B801DA is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 1 218 -
CMYK 0.16 1.00 0 0.15
HSL 290.6º 0.99% 0.43% -
HSV(B) 290.6º 1% 0.85% -
XYZ 32.43 15.27 67.57 -
YUV 80.46 205.63 201.86 -
System Red Green Blue C M Y K H S L
Decimal 184 1 218 0.16 1.00 0 0.15 290.6 0.99 0.43
Hex B8 1 DA 10 64 0 F 123 63 2B
Octal 270 1 332 20 144 0 17 443 143 53
Binary 10111000 1 11011010 10000 1100100 0 1111 100100011 1100011 101011

Color Harmonies of #B801DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801DA

Black with #B801DA

Text Example


Text Example

White with #B801DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801DA; }

 p { color: rgb(184,1,218); }

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

background-color css

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

 a { background-color: rgb(184,1,218); }

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

border-color css

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

 span { border-color: rgb(184,1,218); }

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