Html Css Color HEX #B509DC Deep Magenta

📋 copy color: '#B509DC'

red 181 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #B509DC

Tints of Deep Magenta #B509DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.2%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 44.15%
G = 2.2%
B = 53.66%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B509DC (or 0xB509DC) is known color: Deep Magenta. HEX triplet: B5, 09 and DC. RGB value is (181,9,220). Sum of RGB (Red+Green+Blue) = 181+9+220=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #B509DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509DC is #4AF623. Grayscale: #535353. Windows color (decimal): -4912676 or 14420405. OLE color: 14420405.

HSL color Cylindrical-coordinate representation of color #B509DC: hue angle of 288.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509DC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 9 220 -
CMYK 0.18 0.96 0 0.14
HSL 288.91º 0.92% 0.45% -
HSV(B) 288.91º 0.96% 0.86% -
XYZ 32.07 15.19 68.95 -
YUV 84.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 181 9 220 0.18 0.96 0 0.14 288.91 0.92 0.45
Hex B5 9 DC 12 60 0 E 121 5C 2D
Octal 265 11 334 22 140 0 16 441 134 55
Binary 10110101 1001 11011100 10010 1100000 0 1110 100100001 1011100 101101

Color Harmonies of #B509DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B509DC

Black with #B509DC

Text Example


Text Example

White with #B509DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B509DC; }

 p { color: rgb(181,9,220); }

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

background-color css

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

 a { background-color: rgb(181,9,220); }

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

border-color css

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

 span { border-color: rgb(181,9,220); }

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