Html Css Color HEX #B515DD Deep Magenta

📋 copy color: '#B515DD'

red 181 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #B515DD

Tints of Deep Magenta #B515DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.96%

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 42.79%
G = 4.96%
B = 52.25%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B515DD (or 0xB515DD) is known color: Deep Magenta. HEX triplet: B5, 15 and DD. RGB value is (181,21,221). Sum of RGB (Red+Green+Blue) = 181+21+221=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B515DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515DD is #4AEA22. Grayscale: #5B5B5B. Windows color (decimal): -4909603 or 14489013. OLE color: 14489013.

HSL color Cylindrical-coordinate representation of color #B515DD: hue angle of 288º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B515DD is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 21 221 -
CMYK 0.18 0.90 0 0.13
HSL 288º 0.83% 0.47% -
HSV(B) 288º 0.9% 0.87% -
XYZ 32.38 15.58 69.71 -
YUV 91.64 201.01 191.74 -
System Red Green Blue C M Y K H S L
Decimal 181 21 221 0.18 0.90 0 0.13 288 0.83 0.47
Hex B5 15 DD 12 5A 0 D 120 53 2F
Octal 265 25 335 22 132 0 15 440 123 57
Binary 10110101 10101 11011101 10010 1011010 0 1101 100100000 1010011 101111

Color Harmonies of #B515DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515DD

Black with #B515DD

Text Example


Text Example

White with #B515DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515DD; }

 p { color: rgb(181,21,221); }

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

background-color css

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

 a { background-color: rgb(181,21,221); }

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

border-color css

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

 span { border-color: rgb(181,21,221); }

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