Html Css Color HEX #B31FB2 Deep Magenta

📋 copy color: '#B31FB2'

red 179 ◦ green 31 ◦ blue 178

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

Shades of Deep Magenta #B31FB2

Tints of Deep Magenta #B31FB2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 46.13%
G = 7.99%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B31FB2 (or 0xB31FB2) is known color: Deep Magenta. HEX triplet: B3, 1F and B2. RGB value is (179,31,178). Sum of RGB (Red+Green+Blue) = 179+31+178=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B31FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31FB2 is #4CE04D. Grayscale: #5B5B5B. Windows color (decimal): -5038158 or 11673523. OLE color: 11673523.

HSL color Cylindrical-coordinate representation of color #B31FB2: hue angle of 300.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31FB2 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 31 178 -
CMYK 0 0.83 0.01 0.30
HSL 300.41º 0.7% 0.41% -
HSV(B) 300.41º 0.83% 0.7% -
XYZ 27.12 13.78 43.35 -
YUV 92.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 179 31 178 0 0.83 0.01 0.30 300.41 0.7 0.41
Hex B3 1F B2 0 53 1 1E 12C 46 29
Octal 263 37 262 0 123 1 36 454 106 51
Binary 10110011 11111 10110010 0 1010011 1 11110 100101100 1000110 101001

Color Harmonies of #B31FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31FB2

Black with #B31FB2

Text Example


Text Example

White with #B31FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31FB2; }

 p { color: rgb(179,31,178); }

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

background-color css

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

 a { background-color: rgb(179,31,178); }

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

border-color css

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

 span { border-color: rgb(179,31,178); }

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