Html Css Color HEX #B31CC2 Deep Magenta

📋 copy color: '#B31CC2'

red 179 ◦ green 28 ◦ blue 194

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

Shades of Deep Magenta #B31CC2

Tints of Deep Magenta #B31CC2

RGB

 RED value IS 179 (70.31% from 255) = 44.64%

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

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

R = 44.64%
G = 6.98%
B = 48.38%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B31CC2 (or 0xB31CC2) is known color: Deep Magenta. HEX triplet: B3, 1C and C2. RGB value is (179,28,194). Sum of RGB (Red+Green+Blue) = 179+28+194=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #B31CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CC2 is #4CE33D. Grayscale: #5B5B5B. Windows color (decimal): -5038910 or 12721331. OLE color: 12721331.

HSL color Cylindrical-coordinate representation of color #B31CC2: hue angle of 294.58º 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 #B31CC2 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 28 194 -
CMYK 0.08 0.86 0 0.24
HSL 294.58º 0.75% 0.44% -
HSV(B) 294.58º 0.86% 0.76% -
XYZ 28.74 14.31 52.29 -
YUV 92.07 185.53 190 -
System Red Green Blue C M Y K H S L
Decimal 179 28 194 0.08 0.86 0 0.24 294.58 0.75 0.44
Hex B3 1C C2 8 56 0 18 127 4B 2C
Octal 263 34 302 10 126 0 30 447 113 54
Binary 10110011 11100 11000010 1000 1010110 0 11000 100100111 1001011 101100

Color Harmonies of #B31CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CC2

Black with #B31CC2

Text Example


Text Example

White with #B31CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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