Html Css Color HEX #B908DB Deep Magenta

📋 copy color: '#B908DB'

red 185 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #B908DB

Tints of Deep Magenta #B908DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.94%

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

R = 44.9%
G = 1.94%
B = 53.16%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B908DB (or 0xB908DB) is known color: Deep Magenta. HEX triplet: B9, 08 and DB. RGB value is (185,8,219). Sum of RGB (Red+Green+Blue) = 185+8+219=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #B908DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B908DB is #46F724. Grayscale: #545454. Windows color (decimal): -4650789 or 14354617. OLE color: 14354617.

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

Color convert

RGB 185 8 219 -
CMYK 0.16 0.96 0 0.14
HSL 290.33º 0.93% 0.45% -
HSV(B) 290.33º 0.96% 0.86% -
XYZ 32.88 15.6 68.3 -
YUV 84.98 203.64 199.34 -
System Red Green Blue C M Y K H S L
Decimal 185 8 219 0.16 0.96 0 0.14 290.33 0.93 0.45
Hex B9 8 DB 10 60 0 E 122 5D 2D
Octal 271 10 333 20 140 0 16 442 135 55
Binary 10111001 1000 11011011 10000 1100000 0 1110 100100010 1011101 101101

Color Harmonies of #B908DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B908DB

Black with #B908DB

Text Example


Text Example

White with #B908DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B908DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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