Html Css Color HEX #B31BB3 Deep Magenta

📋 copy color: '#B31BB3'

red 179 ◦ green 27 ◦ blue 179

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

Shades of Deep Magenta #B31BB3

Tints of Deep Magenta #B31BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 46.49%
G = 7.01%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B31BB3 (or 0xB31BB3) is known color: Deep Magenta. HEX triplet: B3, 1B and B3. RGB value is (179,27,179). Sum of RGB (Red+Green+Blue) = 179+27+179=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B31BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BB3 is #4CE44C. Grayscale: #595959. Windows color (decimal): -5039181 or 11738035. OLE color: 11738035.

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

Color convert

RGB 179 27 179 -
CMYK 0 0.85 0 0.30
HSL 300º 0.74% 0.4% -
HSV(B) 300º 0.85% 0.7% -
XYZ 27.12 13.62 43.85 -
YUV 89.78 178.36 191.64 -
System Red Green Blue C M Y K H S L
Decimal 179 27 179 0 0.85 0 0.30 300 0.74 0.4
Hex B3 1B B3 0 55 0 1E 12C 4A 28
Octal 263 33 263 0 125 0 36 454 112 50
Binary 10110011 11011 10110011 0 1010101 0 11110 100101100 1001010 101000

Color Harmonies of #B31BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BB3

Black with #B31BB3

Text Example


Text Example

White with #B31BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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