Html Css Color HEX #B61ECD Deep Magenta

📋 copy color: '#B61ECD'

red 182 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #B61ECD

Tints of Deep Magenta #B61ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.19%

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 43.65%
G = 7.19%
B = 49.16%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61ECD (or 0xB61ECD) is known color: Deep Magenta. HEX triplet: B6, 1E and CD. RGB value is (182,30,205). Sum of RGB (Red+Green+Blue) = 182+30+205=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B61ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ECD is #49E132. Grayscale: #5E5E5E. Windows color (decimal): -4841779 or 13442742. OLE color: 13442742.

HSL color Cylindrical-coordinate representation of color #B61ECD: hue angle of 292.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61ECD is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 30 205 -
CMYK 0.11 0.85 0 0.20
HSL 292.11º 0.74% 0.46% -
HSV(B) 292.11º 0.85% 0.8% -
XYZ 30.78 15.28 59.09 -
YUV 95.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 182 30 205 0.11 0.85 0 0.20 292.11 0.74 0.46
Hex B6 1E CD B 55 0 14 124 4A 2E
Octal 266 36 315 13 125 0 24 444 112 56
Binary 10110110 11110 11001101 1011 1010101 0 10100 100100100 1001010 101110

Color Harmonies of #B61ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61ECD

Black with #B61ECD

Text Example


Text Example

White with #B61ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61ECD; }

 p { color: rgb(182,30,205); }

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

background-color css

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

 a { background-color: rgb(182,30,205); }

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

border-color css

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

 span { border-color: rgb(182,30,205); }

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