Html Css Color HEX #B51ACF Deep Magenta

📋 copy color: '#B51ACF'

red 181 ◦ green 26 ◦ blue 207

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

Shades of Deep Magenta #B51ACF

Tints of Deep Magenta #B51ACF

RGB

 RED value IS 181 (71.09% from 255) = 43.72%

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

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

R = 43.72%
G = 6.28%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B51ACF (or 0xB51ACF) is known color: Deep Magenta. HEX triplet: B5, 1A and CF. RGB value is (181,26,207). Sum of RGB (Red+Green+Blue) = 181+26+207=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 26 (10.55% from 255 or 6.28% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B51ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51ACF is #4AE530. Grayscale: #5C5C5C. Windows color (decimal): -4908337 or 13572789. OLE color: 13572789.

HSL color Cylindrical-coordinate representation of color #B51ACF: hue angle of 291.38º 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 #B51ACF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 26 207 -
CMYK 0.13 0.87 0 0.19
HSL 291.38º 0.78% 0.46% -
HSV(B) 291.38º 0.87% 0.81% -
XYZ 30.69 15.07 60.32 -
YUV 92.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 181 26 207 0.13 0.87 0 0.19 291.38 0.78 0.46
Hex B5 1A CF D 57 0 13 123 4E 2E
Octal 265 32 317 15 127 0 23 443 116 56
Binary 10110101 11010 11001111 1101 1010111 0 10011 100100011 1001110 101110

Color Harmonies of #B51ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51ACF

Black with #B51ACF

Text Example


Text Example

White with #B51ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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