Html Css Color HEX #B906DB Deep Magenta

📋 copy color: '#B906DB'

red 185 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #B906DB

Tints of Deep Magenta #B906DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.41%

R = 45.12%
G = 1.46%
B = 53.41%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B906DB (or 0xB906DB) is known color: Deep Magenta. HEX triplet: B9, 06 and DB. RGB value is (185,6,219). Sum of RGB (Red+Green+Blue) = 185+6+219=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #B906DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906DB is #46F924. Grayscale: #535353. Windows color (decimal): -4651301 or 14354105. OLE color: 14354105.

HSL color Cylindrical-coordinate representation of color #B906DB: hue angle of 290.42º 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 #B906DB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 6 219 -
CMYK 0.16 0.97 0 0.14
HSL 290.42º 0.95% 0.44% -
HSV(B) 290.42º 0.97% 0.86% -
XYZ 32.86 15.56 68.29 -
YUV 83.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 185 6 219 0.16 0.97 0 0.14 290.42 0.95 0.44
Hex B9 6 DB 10 61 0 E 122 5F 2C
Octal 271 6 333 20 141 0 16 442 137 54
Binary 10111001 110 11011011 10000 1100001 0 1110 100100010 1011111 101100

Color Harmonies of #B906DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906DB

Black with #B906DB

Text Example


Text Example

White with #B906DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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