Html Css Color HEX #B905D9 Deep Magenta

📋 copy color: '#B905D9'

red 185 ◦ green 5 ◦ blue 217

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

Shades of Deep Magenta #B905D9

Tints of Deep Magenta #B905D9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 217 (85.16% from 255) = 53.32%

R = 45.45%
G = 1.23%
B = 53.32%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B905D9 (or 0xB905D9) is known color: Deep Magenta. HEX triplet: B9, 05 and D9. RGB value is (185,5,217). Sum of RGB (Red+Green+Blue) = 185+5+217=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 217 (85.16% from 255 or 53.32% from 407); Max value from RGB is 217 - color contains mainly: blue. Hex color #B905D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B905D9 is #46FA26. Grayscale: #525252. Windows color (decimal): -4651559 or 14222777. OLE color: 14222777.

HSL color Cylindrical-coordinate representation of color #B905D9: hue angle of 290.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B905D9 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 5 217 -
CMYK 0.15 0.98 0 0.15
HSL 290.94º 0.95% 0.44% -
HSV(B) 290.94º 0.98% 0.85% -
XYZ 32.59 15.43 66.91 -
YUV 82.99 203.63 200.76 -
System Red Green Blue C M Y K H S L
Decimal 185 5 217 0.15 0.98 0 0.15 290.94 0.95 0.44
Hex B9 5 D9 F 62 0 F 123 5F 2C
Octal 271 5 331 17 142 0 17 443 137 54
Binary 10111001 101 11011001 1111 1100010 0 1111 100100011 1011111 101100

Color Harmonies of #B905D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B905D9

Black with #B905D9

Text Example


Text Example

White with #B905D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B905D9; }

 p { color: rgb(185,5,217); }

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

background-color css

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

 a { background-color: rgb(185,5,217); }

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

border-color css

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

 span { border-color: rgb(185,5,217); }

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