Html Css Color HEX #B621C1 Deep Magenta

📋 copy color: '#B621C1'

red 182 ◦ green 33 ◦ blue 193

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

Shades of Deep Magenta #B621C1

Tints of Deep Magenta #B621C1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.09%

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

R = 44.61%
G = 8.09%
B = 47.3%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B621C1 (or 0xB621C1) is known color: Deep Magenta. HEX triplet: B6, 21 and C1. RGB value is (182,33,193). Sum of RGB (Red+Green+Blue) = 182+33+193=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #B621C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621C1 is #49DE3E. Grayscale: #5F5F5F. Windows color (decimal): -4841023 or 12657078. OLE color: 12657078.

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

Color convert

RGB 182 33 193 -
CMYK 0.06 0.83 0 0.24
HSL 295.88º 0.71% 0.44% -
HSV(B) 295.88º 0.83% 0.76% -
XYZ 29.46 14.88 51.77 -
YUV 95.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 182 33 193 0.06 0.83 0 0.24 295.88 0.71 0.44
Hex B6 21 C1 6 53 0 18 128 47 2C
Octal 266 41 301 6 123 0 30 450 107 54
Binary 10110110 100001 11000001 110 1010011 0 11000 100101000 1000111 101100

Color Harmonies of #B621C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621C1

Black with #B621C1

Text Example


Text Example

White with #B621C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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