Html Css Color HEX #B31CBF Deep Magenta

📋 copy color: '#B31CBF'

red 179 ◦ green 28 ◦ blue 191

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

Shades of Deep Magenta #B31CBF

Tints of Deep Magenta #B31CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 44.97%
G = 7.04%
B = 47.99%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B31CBF (or 0xB31CBF) is known color: Deep Magenta. HEX triplet: B3, 1C and BF. RGB value is (179,28,191). Sum of RGB (Red+Green+Blue) = 179+28+191=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #B31CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31CBF is #4CE340. Grayscale: #5B5B5B. Windows color (decimal): -5038913 or 12524723. OLE color: 12524723.

HSL color Cylindrical-coordinate representation of color #B31CBF: hue angle of 295.58º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31CBF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 28 191 -
CMYK 0.06 0.85 0 0.25
HSL 295.58º 0.74% 0.43% -
HSV(B) 295.58º 0.85% 0.75% -
XYZ 28.41 14.18 50.53 -
YUV 91.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 179 28 191 0.06 0.85 0 0.25 295.58 0.74 0.43
Hex B3 1C BF 6 55 0 19 128 4A 2B
Octal 263 34 277 6 125 0 31 450 112 53
Binary 10110011 11100 10111111 110 1010101 0 11001 100101000 1001010 101011

Color Harmonies of #B31CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CBF

Black with #B31CBF

Text Example


Text Example

White with #B31CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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