Html Css Color HEX #B615AD Deep Magenta

📋 copy color: '#B615AD'

red 182 ◦ green 21 ◦ blue 173

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

Shades of Deep Magenta #B615AD

Tints of Deep Magenta #B615AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 48.4%
G = 5.59%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B615AD (or 0xB615AD) is known color: Deep Magenta. HEX triplet: B6, 15 and AD. RGB value is (182,21,173). Sum of RGB (Red+Green+Blue) = 182+21+173=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B615AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615AD is #49EA52. Grayscale: #565656. Windows color (decimal): -4844115 or 11343286. OLE color: 11343286.

HSL color Cylindrical-coordinate representation of color #B615AD: hue angle of 303.35º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B615AD is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 21 173 -
CMYK 0 0.88 0.05 0.29
HSL 303.35º 0.79% 0.4% -
HSV(B) 303.35º 0.88% 0.71% -
XYZ 27.1 13.5 40.71 -
YUV 86.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 182 21 173 0 0.88 0.05 0.29 303.35 0.79 0.4
Hex B6 15 AD 0 58 5 1D 12F 4F 28
Octal 266 25 255 0 130 5 35 457 117 50
Binary 10110110 10101 10101101 0 1011000 101 11101 100101111 1001111 101000

Color Harmonies of #B615AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615AD

Black with #B615AD

Text Example


Text Example

White with #B615AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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