Html Css Color HEX #B906DF Deep Magenta

📋 copy color: '#B906DF'

red 185 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #B906DF

Tints of Deep Magenta #B906DF

RGB

 RED value IS 185 (72.66% from 255) = 44.69%

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 44.69%
G = 1.45%
B = 53.86%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B906DF (or 0xB906DF) is known color: Deep Magenta. HEX triplet: B9, 06 and DF. RGB value is (185,6,223). Sum of RGB (Red+Green+Blue) = 185+6+223=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #B906DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906DF is #46F920. Grayscale: #535353. Windows color (decimal): -4651297 or 14616249. OLE color: 14616249.

HSL color Cylindrical-coordinate representation of color #B906DF: hue angle of 289.49º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906DF is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 6 223 -
CMYK 0.17 0.97 0 0.13
HSL 289.49º 0.95% 0.45% -
HSV(B) 289.49º 0.97% 0.87% -
XYZ 33.39 15.77 71.1 -
YUV 84.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 185 6 223 0.17 0.97 0 0.13 289.49 0.95 0.45
Hex B9 6 DF 11 61 0 D 121 5F 2D
Octal 271 6 337 21 141 0 15 441 137 55
Binary 10111001 110 11011111 10001 1100001 0 1101 100100001 1011111 101101

Color Harmonies of #B906DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906DF

Black with #B906DF

Text Example


Text Example

White with #B906DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906DF; }

 p { color: rgb(185,6,223); }

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

background-color css

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

 a { background-color: rgb(185,6,223); }

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

border-color css

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

 span { border-color: rgb(185,6,223); }

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