Html Css Color HEX #B615DC Deep Magenta

📋 copy color: '#B615DC'

red 182 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #B615DC

Tints of Deep Magenta #B615DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 43.03%
G = 4.96%
B = 52.01%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B615DC (or 0xB615DC) is known color: Deep Magenta. HEX triplet: B6, 15 and DC. RGB value is (182,21,220). Sum of RGB (Red+Green+Blue) = 182+21+220=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #B615DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615DC is #49EA23. Grayscale: #5B5B5B. Windows color (decimal): -4844068 or 14423478. OLE color: 14423478.

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

Color convert

RGB 182 21 220 -
CMYK 0.17 0.90 0 0.14
HSL 288.54º 0.83% 0.47% -
HSV(B) 288.54º 0.9% 0.86% -
XYZ 32.48 15.65 69.02 -
YUV 91.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 182 21 220 0.17 0.90 0 0.14 288.54 0.83 0.47
Hex B6 15 DC 11 5A 0 E 121 53 2F
Octal 266 25 334 21 132 0 16 441 123 57
Binary 10110110 10101 11011100 10001 1011010 0 1110 100100001 1010011 101111

Color Harmonies of #B615DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615DC

Black with #B615DC

Text Example


Text Example

White with #B615DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615DC; }

 p { color: rgb(182,21,220); }

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

background-color css

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

 a { background-color: rgb(182,21,220); }

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

border-color css

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

 span { border-color: rgb(182,21,220); }

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