Html Css Color HEX #B518C0 Deep Magenta

📋 copy color: '#B518C0'

red 181 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #B518C0

Tints of Deep Magenta #B518C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 45.59%
G = 6.05%
B = 48.36%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B518C0 (or 0xB518C0) is known color: Deep Magenta. HEX triplet: B5, 18 and C0. RGB value is (181,24,192). Sum of RGB (Red+Green+Blue) = 181+24+192=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #B518C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518C0 is #4AE73F. Grayscale: #595959. Windows color (decimal): -4908864 or 12589237. OLE color: 12589237.

HSL color Cylindrical-coordinate representation of color #B518C0: hue angle of 296.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B518C0 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 24 192 -
CMYK 0.06 0.88 0 0.25
HSL 296.07º 0.78% 0.42% -
HSV(B) 296.07º 0.88% 0.75% -
XYZ 28.9 14.28 51.1 -
YUV 90.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 181 24 192 0.06 0.88 0 0.25 296.07 0.78 0.42
Hex B5 18 C0 6 58 0 19 128 4E 2A
Octal 265 30 300 6 130 0 31 450 116 52
Binary 10110101 11000 11000000 110 1011000 0 11001 100101000 1001110 101010

Color Harmonies of #B518C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518C0

Black with #B518C0

Text Example


Text Example

White with #B518C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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