Html Css Color HEX #B61CC2 Deep Magenta

📋 copy color: '#B61CC2'

red 182 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #B61CC2

Tints of Deep Magenta #B61CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.02%

R = 45.05%
G = 6.93%
B = 48.02%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B61CC2 (or 0xB61CC2) is known color: Deep Magenta. HEX triplet: B6, 1C and C2. RGB value is (182,28,194). Sum of RGB (Red+Green+Blue) = 182+28+194=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 194 (76.17% from 255 or 48.02% from 404); Max value from RGB is 194 - color contains mainly: blue. Hex color #B61CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CC2 is #49E33D. Grayscale: #5C5C5C. Windows color (decimal): -4842302 or 12721334. OLE color: 12721334.

HSL color Cylindrical-coordinate representation of color #B61CC2: hue angle of 295.66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61CC2 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 28 194 -
CMYK 0.06 0.86 0 0.24
HSL 295.66º 0.75% 0.44% -
HSV(B) 295.66º 0.86% 0.76% -
XYZ 29.44 14.67 52.32 -
YUV 92.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 182 28 194 0.06 0.86 0 0.24 295.66 0.75 0.44
Hex B6 1C C2 6 56 0 18 128 4B 2C
Octal 266 34 302 6 126 0 30 450 113 54
Binary 10110110 11100 11000010 110 1010110 0 11000 100101000 1001011 101100

Color Harmonies of #B61CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CC2

Black with #B61CC2

Text Example


Text Example

White with #B61CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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