Html Css Color HEX #B501DA Deep Magenta

📋 copy color: '#B501DA'

red 181 ◦ green 1 ◦ blue 218

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

Shades of Deep Magenta #B501DA

Tints of Deep Magenta #B501DA

RGB

 RED value IS 181 (71.09% from 255) = 45.25%

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

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

R = 45.25%
G = 0.25%
B = 54.5%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B501DA (or 0xB501DA) is known color: Deep Magenta. HEX triplet: B5, 01 and DA. RGB value is (181,1,218). Sum of RGB (Red+Green+Blue) = 181+1+218=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #B501DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501DA is #4AFE25. Grayscale: #4E4E4E. Windows color (decimal): -4914726 or 14287285. OLE color: 14287285.

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

Color convert

RGB 181 1 218 -
CMYK 0.17 1.00 0 0.15
HSL 289.77º 0.99% 0.43% -
HSV(B) 289.77º 1% 0.85% -
XYZ 31.72 14.91 67.54 -
YUV 79.56 206.13 200.36 -
System Red Green Blue C M Y K H S L
Decimal 181 1 218 0.17 1.00 0 0.15 289.77 0.99 0.43
Hex B5 1 DA 11 64 0 F 122 63 2B
Octal 265 1 332 21 144 0 17 442 143 53
Binary 10110101 1 11011010 10001 1100100 0 1111 100100010 1100011 101011

Color Harmonies of #B501DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501DA

Black with #B501DA

Text Example


Text Example

White with #B501DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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