Html Css Color HEX #B50ACF Deep Magenta

📋 copy color: '#B50ACF'

red 181 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #B50ACF

Tints of Deep Magenta #B50ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

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

R = 45.48%
G = 2.51%
B = 52.01%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B50ACF (or 0xB50ACF) is known color: Deep Magenta. HEX triplet: B5, 0A and CF. RGB value is (181,10,207). Sum of RGB (Red+Green+Blue) = 181+10+207=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #B50ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ACF is #4AF530. Grayscale: #525252. Windows color (decimal): -4912433 or 13568693. OLE color: 13568693.

HSL color Cylindrical-coordinate representation of color #B50ACF: hue angle of 292.08º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50ACF is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 10 207 -
CMYK 0.13 0.95 0 0.19
HSL 292.08º 0.91% 0.43% -
HSV(B) 292.08º 0.95% 0.81% -
XYZ 30.43 14.55 60.24 -
YUV 83.59 197.65 197.48 -
System Red Green Blue C M Y K H S L
Decimal 181 10 207 0.13 0.95 0 0.19 292.08 0.91 0.43
Hex B5 A CF D 5F 0 13 124 5B 2B
Octal 265 12 317 15 137 0 23 444 133 53
Binary 10110101 1010 11001111 1101 1011111 0 10011 100100100 1011011 101011

Color Harmonies of #B50ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50ACF

Black with #B50ACF

Text Example


Text Example

White with #B50ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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