Html Css Color HEX #B61ADD Deep Magenta

📋 copy color: '#B61ADD'

red 182 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #B61ADD

Tints of Deep Magenta #B61ADD

RGB

 RED value IS 182 (71.48% from 255) = 42.42%

 GREEN value IS 26 (10.55% from 255) = 6.06%

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

R = 42.42%
G = 6.06%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B61ADD (or 0xB61ADD) is known color: Deep Magenta. HEX triplet: B6, 1A and DD. RGB value is (182,26,221). Sum of RGB (Red+Green+Blue) = 182+26+221=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #B61ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ADD is #49E522. Grayscale: #5E5E5E. Windows color (decimal): -4842787 or 14490294. OLE color: 14490294.

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

Color convert

RGB 182 26 221 -
CMYK 0.18 0.88 0 0.13
HSL 288º 0.79% 0.48% -
HSV(B) 288º 0.88% 0.87% -
XYZ 32.71 15.9 69.75 -
YUV 94.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 182 26 221 0.18 0.88 0 0.13 288 0.79 0.48
Hex B6 1A DD 12 58 0 D 120 4F 30
Octal 266 32 335 22 130 0 15 440 117 60
Binary 10110110 11010 11011101 10010 1011000 0 1101 100100000 1001111 110000

Color Harmonies of #B61ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ADD

Black with #B61ADD

Text Example


Text Example

White with #B61ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ADD; }

 p { color: rgb(182,26,221); }

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

background-color css

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

 a { background-color: rgb(182,26,221); }

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

border-color css

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

 span { border-color: rgb(182,26,221); }

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