Html Css Color HEX #B31ACF Deep Magenta

📋 copy color: '#B31ACF'

red 179 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #B31ACF

Tints of Deep Magenta #B31ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 43.45%
G = 6.31%
B = 50.24%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B31ACF (or 0xB31ACF) is known color: Deep Magenta. HEX triplet: B3, 1A and CF. RGB value is (179,26,207). Sum of RGB (Red+Green+Blue) = 179+26+207=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #B31ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31ACF is #4CE530. Grayscale: #5B5B5B. Windows color (decimal): -5039409 or 13572787. OLE color: 13572787.

HSL color Cylindrical-coordinate representation of color #B31ACF: hue angle of 290.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31ACF is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 26 207 -
CMYK 0.14 0.87 0 0.19
HSL 290.72º 0.78% 0.46% -
HSV(B) 290.72º 0.87% 0.81% -
XYZ 30.22 14.83 60.3 -
YUV 92.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 179 26 207 0.14 0.87 0 0.19 290.72 0.78 0.46
Hex B3 1A CF E 57 0 13 123 4E 2E
Octal 263 32 317 16 127 0 23 443 116 56
Binary 10110011 11010 11001111 1110 1010111 0 10011 100100011 1001110 101110

Color Harmonies of #B31ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31ACF

Black with #B31ACF

Text Example


Text Example

White with #B31ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31ACF; }

 p { color: rgb(179,26,207); }

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

background-color css

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

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

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

border-color css

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

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

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