Html Css Color HEX #B506DC Deep Magenta

📋 copy color: '#B506DC'

red 181 ◦ green 6 ◦ blue 220

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

Shades of Deep Magenta #B506DC

Tints of Deep Magenta #B506DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 44.47%
G = 1.47%
B = 54.05%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B506DC (or 0xB506DC) is known color: Deep Magenta. HEX triplet: B5, 06 and DC. RGB value is (181,6,220). Sum of RGB (Red+Green+Blue) = 181+6+220=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #B506DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B506DC is #4AF923. Grayscale: #525252. Windows color (decimal): -4913444 or 14419637. OLE color: 14419637.

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

Color convert

RGB 181 6 220 -
CMYK 0.18 0.97 0 0.14
HSL 289.07º 0.95% 0.44% -
HSV(B) 289.07º 0.97% 0.86% -
XYZ 32.04 15.12 68.94 -
YUV 82.72 205.48 198.1 -
System Red Green Blue C M Y K H S L
Decimal 181 6 220 0.18 0.97 0 0.14 289.07 0.95 0.44
Hex B5 6 DC 12 61 0 E 121 5F 2C
Octal 265 6 334 22 141 0 16 441 137 54
Binary 10110101 110 11011100 10010 1100001 0 1110 100100001 1011111 101100

Color Harmonies of #B506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B506DC

Black with #B506DC

Text Example


Text Example

White with #B506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B506DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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