Html Css Color HEX #B61ACE Deep Magenta

📋 copy color: '#B61ACE'

red 182 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #B61ACE

Tints of Deep Magenta #B61ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.28%

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

R = 43.96%
G = 6.28%
B = 49.76%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B61ACE (or 0xB61ACE) is known color: Deep Magenta. HEX triplet: B6, 1A and CE. RGB value is (182,26,206). Sum of RGB (Red+Green+Blue) = 182+26+206=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B61ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ACE is #49E531. Grayscale: #5C5C5C. Windows color (decimal): -4842802 or 13507254. OLE color: 13507254.

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

Color convert

RGB 182 26 206 -
CMYK 0.12 0.87 0 0.19
HSL 292º 0.78% 0.45% -
HSV(B) 292º 0.87% 0.81% -
XYZ 30.8 15.14 59.69 -
YUV 93.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 182 26 206 0.12 0.87 0 0.19 292 0.78 0.45
Hex B6 1A CE C 57 0 13 124 4E 2D
Octal 266 32 316 14 127 0 23 444 116 55
Binary 10110110 11010 11001110 1100 1010111 0 10011 100100100 1001110 101101

Color Harmonies of #B61ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ACE

Black with #B61ACE

Text Example


Text Example

White with #B61ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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