Html Css Color HEX #B61ACB Deep Magenta

📋 copy color: '#B61ACB'

red 182 ◦ green 26 ◦ blue 203

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

Shades of Deep Magenta #B61ACB

Tints of Deep Magenta #B61ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 44.28%
G = 6.33%
B = 49.39%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61ACB (or 0xB61ACB) is known color: Deep Magenta. HEX triplet: B6, 1A and CB. RGB value is (182,26,203). Sum of RGB (Red+Green+Blue) = 182+26+203=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ACB is #49E534. Grayscale: #5C5C5C. Windows color (decimal): -4842805 or 13310646. OLE color: 13310646.

HSL color Cylindrical-coordinate representation of color #B61ACB: hue angle of 292.88º 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 #B61ACB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 26 203 -
CMYK 0.10 0.87 0 0.20
HSL 292.88º 0.77% 0.45% -
HSV(B) 292.88º 0.87% 0.8% -
XYZ 30.44 15 57.79 -
YUV 92.82 190.18 191.61 -
System Red Green Blue C M Y K H S L
Decimal 182 26 203 0.10 0.87 0 0.20 292.88 0.77 0.45
Hex B6 1A CB A 57 0 14 125 4D 2D
Octal 266 32 313 12 127 0 24 445 115 55
Binary 10110110 11010 11001011 1010 1010111 0 10100 100100101 1001101 101101

Color Harmonies of #B61ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ACB

Black with #B61ACB

Text Example


Text Example

White with #B61ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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