Html Css Color HEX #B31BBC Deep Magenta

📋 copy color: '#B31BBC'

red 179 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #B31BBC

Tints of Deep Magenta #B31BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 45.43%
G = 6.85%
B = 47.72%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B31BBC (or 0xB31BBC) is known color: Deep Magenta. HEX triplet: B3, 1B and BC. RGB value is (179,27,188). Sum of RGB (Red+Green+Blue) = 179+27+188=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #B31BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BBC is #4CE443. Grayscale: #5A5A5A. Windows color (decimal): -5039172 or 12327859. OLE color: 12327859.

HSL color Cylindrical-coordinate representation of color #B31BBC: hue angle of 296.65º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B31BBC is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 27 188 -
CMYK 0.05 0.86 0 0.26
HSL 296.65º 0.75% 0.42% -
HSV(B) 296.65º 0.86% 0.74% -
XYZ 28.06 14 48.8 -
YUV 90.8 182.86 190.91 -
System Red Green Blue C M Y K H S L
Decimal 179 27 188 0.05 0.86 0 0.26 296.65 0.75 0.42
Hex B3 1B BC 5 56 0 1A 129 4B 2A
Octal 263 33 274 5 126 0 32 451 113 52
Binary 10110011 11011 10111100 101 1010110 0 11010 100101001 1001011 101010

Color Harmonies of #B31BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BBC

Black with #B31BBC

Text Example


Text Example

White with #B31BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BBC; }

 p { color: rgb(179,27,188); }

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

background-color css

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

 a { background-color: rgb(179,27,188); }

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

border-color css

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

 span { border-color: rgb(179,27,188); }

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