Html Css Color HEX #B518C6 Deep Magenta

📋 copy color: '#B518C6'

red 181 ◦ green 24 ◦ blue 198

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

Shades of Deep Magenta #B518C6

Tints of Deep Magenta #B518C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.13%

R = 44.91%
G = 5.96%
B = 49.13%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B518C6 (or 0xB518C6) is known color: Deep Magenta. HEX triplet: B5, 18 and C6. RGB value is (181,24,198). Sum of RGB (Red+Green+Blue) = 181+24+198=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 198 - color contains mainly: blue. Hex color #B518C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518C6 is #4AE739. Grayscale: #5A5A5A. Windows color (decimal): -4908858 or 12982453. OLE color: 12982453.

HSL color Cylindrical-coordinate representation of color #B518C6: hue angle of 294.14º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B518C6 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 24 198 -
CMYK 0.09 0.88 0 0.22
HSL 294.14º 0.78% 0.44% -
HSV(B) 294.14º 0.88% 0.78% -
XYZ 29.58 14.55 54.68 -
YUV 90.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 181 24 198 0.09 0.88 0 0.22 294.14 0.78 0.44
Hex B5 18 C6 9 58 0 16 126 4E 2C
Octal 265 30 306 11 130 0 26 446 116 54
Binary 10110101 11000 11000110 1001 1011000 0 10110 100100110 1001110 101100

Color Harmonies of #B518C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518C6

Black with #B518C6

Text Example


Text Example

White with #B518C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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