Html Css Color HEX #B61CCD Deep Magenta

📋 copy color: '#B61CCD'

red 182 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #B61CCD

Tints of Deep Magenta #B61CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.75%

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

R = 43.86%
G = 6.75%
B = 49.4%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61CCD (or 0xB61CCD) is known color: Deep Magenta. HEX triplet: B6, 1C and CD. RGB value is (182,28,205). Sum of RGB (Red+Green+Blue) = 182+28+205=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B61CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CCD is #49E332. Grayscale: #5D5D5D. Windows color (decimal): -4842291 or 13442230. OLE color: 13442230.

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

Color convert

RGB 182 28 205 -
CMYK 0.11 0.86 0 0.20
HSL 292.2º 0.76% 0.46% -
HSV(B) 292.2º 0.86% 0.8% -
XYZ 30.73 15.18 59.07 -
YUV 94.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 182 28 205 0.11 0.86 0 0.20 292.2 0.76 0.46
Hex B6 1C CD B 56 0 14 124 4C 2E
Octal 266 34 315 13 126 0 24 444 114 56
Binary 10110110 11100 11001101 1011 1010110 0 10100 100100100 1001100 101110

Color Harmonies of #B61CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CCD

Black with #B61CCD

Text Example


Text Example

White with #B61CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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