Html Css Color HEX #B518CA Deep Magenta

📋 copy color: '#B518CA'

red 181 ◦ green 24 ◦ blue 202

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

Shades of Deep Magenta #B518CA

Tints of Deep Magenta #B518CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 44.47%
G = 5.9%
B = 49.63%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B518CA (or 0xB518CA) is known color: Deep Magenta. HEX triplet: B5, 18 and CA. RGB value is (181,24,202). Sum of RGB (Red+Green+Blue) = 181+24+202=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #B518CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518CA is #4AE735. Grayscale: #5A5A5A. Windows color (decimal): -4908854 or 13244597. OLE color: 13244597.

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

Color convert

RGB 181 24 202 -
CMYK 0.10 0.88 0 0.21
HSL 292.92º 0.79% 0.44% -
HSV(B) 292.92º 0.88% 0.79% -
XYZ 30.04 14.74 57.14 -
YUV 91.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 181 24 202 0.10 0.88 0 0.21 292.92 0.79 0.44
Hex B5 18 CA A 58 0 15 125 4F 2C
Octal 265 30 312 12 130 0 25 445 117 54
Binary 10110101 11000 11001010 1010 1011000 0 10101 100100101 1001111 101100

Color Harmonies of #B518CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518CA

Black with #B518CA

Text Example


Text Example

White with #B518CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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