Html Css Color HEX #B31CB0 Deep Magenta

📋 copy color: '#B31CB0'

red 179 ◦ green 28 ◦ blue 176

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

Shades of Deep Magenta #B31CB0

Tints of Deep Magenta #B31CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 46.74%
G = 7.31%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B31CB0 (or 0xB31CB0) is known color: Deep Magenta. HEX triplet: B3, 1C and B0. RGB value is (179,28,176). Sum of RGB (Red+Green+Blue) = 179+28+176=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B31CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31CB0 is #4CE34F. Grayscale: #595959. Windows color (decimal): -5038928 or 11541683. OLE color: 11541683.

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

Color convert

RGB 179 28 176 -
CMYK 0 0.84 0.02 0.30
HSL 301.19º 0.73% 0.41% -
HSV(B) 301.19º 0.84% 0.7% -
XYZ 26.84 13.55 42.27 -
YUV 90.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 179 28 176 0 0.84 0.02 0.30 301.19 0.73 0.41
Hex B3 1C B0 0 54 2 1E 12D 49 29
Octal 263 34 260 0 124 2 36 455 111 51
Binary 10110011 11100 10110000 0 1010100 10 11110 100101101 1001001 101001

Color Harmonies of #B31CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CB0

Black with #B31CB0

Text Example


Text Example

White with #B31CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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