Html Css Color HEX #B61ADB Deep Magenta

📋 copy color: '#B61ADB'

red 182 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #B61ADB

Tints of Deep Magenta #B61ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 42.62%
G = 6.09%
B = 51.29%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B61ADB (or 0xB61ADB) is known color: Deep Magenta. HEX triplet: B6, 1A and DB. RGB value is (182,26,219). Sum of RGB (Red+Green+Blue) = 182+26+219=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 26 (10.55% from 255 or 6.09% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B61ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ADB is #49E524. Grayscale: #5E5E5E. Windows color (decimal): -4842789 or 14359222. OLE color: 14359222.

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

Color convert

RGB 182 26 219 -
CMYK 0.17 0.88 0 0.14
HSL 288.5º 0.79% 0.48% -
HSV(B) 288.5º 0.88% 0.86% -
XYZ 32.45 15.8 68.36 -
YUV 94.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 182 26 219 0.17 0.88 0 0.14 288.5 0.79 0.48
Hex B6 1A DB 11 58 0 E 120 4F 30
Octal 266 32 333 21 130 0 16 440 117 60
Binary 10110110 11010 11011011 10001 1011000 0 1110 100100000 1001111 110000

Color Harmonies of #B61ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ADB

Black with #B61ADB

Text Example


Text Example

White with #B61ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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