Html Css Color HEX #B61ACC Deep Magenta

📋 copy color: '#B61ACC'

red 182 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #B61ACC

Tints of Deep Magenta #B61ACC

RGB

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

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

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

R = 44.17%
G = 6.31%
B = 49.51%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B61ACC (or 0xB61ACC) is known color: Deep Magenta. HEX triplet: B6, 1A and CC. RGB value is (182,26,204). Sum of RGB (Red+Green+Blue) = 182+26+204=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B61ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ACC is #49E533. Grayscale: #5C5C5C. Windows color (decimal): -4842804 or 13376182. OLE color: 13376182.

HSL color Cylindrical-coordinate representation of color #B61ACC: hue angle of 292.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61ACC is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 26 204 -
CMYK 0.11 0.87 0 0.2
HSL 292.58º 0.77% 0.45% -
HSV(B) 292.58º 0.87% 0.8% -
XYZ 30.56 15.04 58.42 -
YUV 92.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 182 26 204 0.11 0.87 0 0.2 292.58 0.77 0.45
Hex B6 1A CC B 57 0 14 125 4D 2D
Octal 266 32 314 13 127 0 24 445 115 55
Binary 10110110 11010 11001100 1011 1010111 0 10100 100100101 1001101 101101

Color Harmonies of #B61ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ACC

Black with #B61ACC

Text Example


Text Example

White with #B61ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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