Html Css Color HEX #B615CE Deep Magenta

📋 copy color: '#B615CE'

red 182 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #B615CE

Tints of Deep Magenta #B615CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 44.5%
G = 5.13%
B = 50.37%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B615CE (or 0xB615CE) is known color: Deep Magenta. HEX triplet: B6, 15 and CE. RGB value is (182,21,206). Sum of RGB (Red+Green+Blue) = 182+21+206=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #B615CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615CE is #49EA31. Grayscale: #595959. Windows color (decimal): -4844082 or 13505974. OLE color: 13505974.

HSL color Cylindrical-coordinate representation of color #B615CE: hue angle of 292.22º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B615CE is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 21 206 -
CMYK 0.12 0.90 0 0.19
HSL 292.22º 0.81% 0.45% -
HSV(B) 292.22º 0.9% 0.81% -
XYZ 30.7 14.94 59.66 -
YUV 90.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 182 21 206 0.12 0.90 0 0.19 292.22 0.81 0.45
Hex B6 15 CE C 5A 0 13 124 51 2D
Octal 266 25 316 14 132 0 23 444 121 55
Binary 10110110 10101 11001110 1100 1011010 0 10011 100100100 1010001 101101

Color Harmonies of #B615CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615CE

Black with #B615CE

Text Example


Text Example

White with #B615CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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