Html Css Color HEX #B518CF Deep Magenta

📋 copy color: '#B518CF'

red 181 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #B518CF

Tints of Deep Magenta #B518CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.83%

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

R = 43.93%
G = 5.83%
B = 50.24%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B518CF (or 0xB518CF) is known color: Deep Magenta. HEX triplet: B5, 18 and CF. RGB value is (181,24,207). Sum of RGB (Red+Green+Blue) = 181+24+207=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 24 (9.77% from 255 or 5.83% 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 #B518CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518CF is #4AE730. Grayscale: #5B5B5B. Windows color (decimal): -4908849 or 13572277. OLE color: 13572277.

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

Color convert

RGB 181 24 207 -
CMYK 0.13 0.88 0 0.19
HSL 291.48º 0.79% 0.45% -
HSV(B) 291.48º 0.88% 0.81% -
XYZ 30.65 14.98 60.31 -
YUV 91.81 193.01 191.62 -
System Red Green Blue C M Y K H S L
Decimal 181 24 207 0.13 0.88 0 0.19 291.48 0.79 0.45
Hex B5 18 CF D 58 0 13 123 4F 2D
Octal 265 30 317 15 130 0 23 443 117 55
Binary 10110101 11000 11001111 1101 1011000 0 10011 100100011 1001111 101101

Color Harmonies of #B518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518CF

Black with #B518CF

Text Example


Text Example

White with #B518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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