Html Css Color HEX #B615CD Deep Magenta

📋 copy color: '#B615CD'

red 182 ◦ green 21 ◦ blue 205

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

Shades of Deep Magenta #B615CD

Tints of Deep Magenta #B615CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 44.61%
G = 5.15%
B = 50.25%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B615CD (or 0xB615CD) is known color: Deep Magenta. HEX triplet: B6, 15 and CD. RGB value is (182,21,205). Sum of RGB (Red+Green+Blue) = 182+21+205=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #B615CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615CD is #49EA32. Grayscale: #595959. Windows color (decimal): -4844083 or 13440438. OLE color: 13440438.

HSL color Cylindrical-coordinate representation of color #B615CD: hue angle of 292.5º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B615CD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 21 205 -
CMYK 0.11 0.90 0 0.20
HSL 292.5º 0.81% 0.44% -
HSV(B) 292.5º 0.9% 0.8% -
XYZ 30.58 14.89 59.02 -
YUV 90.12 192.84 193.54 -
System Red Green Blue C M Y K H S L
Decimal 182 21 205 0.11 0.90 0 0.20 292.5 0.81 0.44
Hex B6 15 CD B 5A 0 14 124 51 2C
Octal 266 25 315 13 132 0 24 444 121 54
Binary 10110110 10101 11001101 1011 1011010 0 10100 100100100 1010001 101100

Color Harmonies of #B615CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615CD

Black with #B615CD

Text Example


Text Example

White with #B615CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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