Html Css Color HEX #B615CC Deep Magenta

📋 copy color: '#B615CC'

red 182 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #B615CC

Tints of Deep Magenta #B615CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 44.72%
G = 5.16%
B = 50.12%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B615CC (or 0xB615CC) is known color: Deep Magenta. HEX triplet: B6, 15 and CC. RGB value is (182,21,204). Sum of RGB (Red+Green+Blue) = 182+21+204=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B615CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B615CC is #49EA33. Grayscale: #595959. Windows color (decimal): -4844084 or 13374902. OLE color: 13374902.

HSL color Cylindrical-coordinate representation of color #B615CC: hue angle of 292.79º 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 #B615CC is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 21 204 -
CMYK 0.11 0.90 0 0.2
HSL 292.79º 0.81% 0.44% -
HSV(B) 292.79º 0.9% 0.8% -
XYZ 30.46 14.84 58.39 -
YUV 90 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 182 21 204 0.11 0.90 0 0.2 292.79 0.81 0.44
Hex B6 15 CC B 5A 0 14 125 51 2C
Octal 266 25 314 13 132 0 24 445 121 54
Binary 10110110 10101 11001100 1011 1011010 0 10100 100100101 1010001 101100

Color Harmonies of #B615CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B615CC

Black with #B615CC

Text Example


Text Example

White with #B615CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B615CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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