Html Css Color HEX #B31BB8 Deep Magenta

📋 copy color: '#B31BB8'

red 179 ◦ green 27 ◦ blue 184

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

Shades of Deep Magenta #B31BB8

Tints of Deep Magenta #B31BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.18%

R = 45.9%
G = 6.92%
B = 47.18%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B31BB8 (or 0xB31BB8) is known color: Deep Magenta. HEX triplet: B3, 1B and B8. RGB value is (179,27,184). Sum of RGB (Red+Green+Blue) = 179+27+184=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 184 (72.27% from 255 or 47.18% from 390); Max value from RGB is 184 - color contains mainly: blue. Hex color #B31BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BB8 is #4CE447. Grayscale: #595959. Windows color (decimal): -5039176 or 12065715. OLE color: 12065715.

HSL color Cylindrical-coordinate representation of color #B31BB8: hue angle of 298.09º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31BB8 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 27 184 -
CMYK 0.03 0.85 0 0.28
HSL 298.09º 0.74% 0.41% -
HSV(B) 298.09º 0.85% 0.72% -
XYZ 27.63 13.83 46.56 -
YUV 90.35 180.86 191.23 -
System Red Green Blue C M Y K H S L
Decimal 179 27 184 0.03 0.85 0 0.28 298.09 0.74 0.41
Hex B3 1B B8 3 55 0 1C 12A 4A 29
Octal 263 33 270 3 125 0 34 452 112 51
Binary 10110011 11011 10111000 11 1010101 0 11100 100101010 1001010 101001

Color Harmonies of #B31BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31BB8

Black with #B31BB8

Text Example


Text Example

White with #B31BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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