Html Css Color HEX #B61CC1 Deep Magenta

📋 copy color: '#B61CC1'

red 182 ◦ green 28 ◦ blue 193

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

Shades of Deep Magenta #B61CC1

Tints of Deep Magenta #B61CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.89%

R = 45.16%
G = 6.95%
B = 47.89%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B61CC1 (or 0xB61CC1) is known color: Deep Magenta. HEX triplet: B6, 1C and C1. RGB value is (182,28,193). Sum of RGB (Red+Green+Blue) = 182+28+193=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #B61CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CC1 is #49E33E. Grayscale: #5C5C5C. Windows color (decimal): -4842303 or 12655798. OLE color: 12655798.

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

Color convert

RGB 182 28 193 -
CMYK 0.06 0.85 0 0.24
HSL 296º 0.75% 0.43% -
HSV(B) 296º 0.85% 0.76% -
XYZ 29.33 14.63 51.73 -
YUV 92.86 184.52 191.58 -
System Red Green Blue C M Y K H S L
Decimal 182 28 193 0.06 0.85 0 0.24 296 0.75 0.43
Hex B6 1C C1 6 55 0 18 128 4B 2B
Octal 266 34 301 6 125 0 30 450 113 53
Binary 10110110 11100 11000001 110 1010101 0 11000 100101000 1001011 101011

Color Harmonies of #B61CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CC1

Black with #B61CC1

Text Example


Text Example

White with #B61CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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