Html Css Color HEX #B906DD Deep Magenta

📋 copy color: '#B906DD'

red 185 ◦ green 6 ◦ blue 221

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

Shades of Deep Magenta #B906DD

Tints of Deep Magenta #B906DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 44.9%
G = 1.46%
B = 53.64%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B906DD (or 0xB906DD) is known color: Deep Magenta. HEX triplet: B9, 06 and DD. RGB value is (185,6,221). Sum of RGB (Red+Green+Blue) = 185+6+221=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B906DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B906DD is #46F922. Grayscale: #535353. Windows color (decimal): -4651299 or 14485177. OLE color: 14485177.

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

Color convert

RGB 185 6 221 -
CMYK 0.16 0.97 0 0.13
HSL 289.95º 0.95% 0.45% -
HSV(B) 289.95º 0.97% 0.87% -
XYZ 33.12 15.67 69.68 -
YUV 84.03 205.3 200.02 -
System Red Green Blue C M Y K H S L
Decimal 185 6 221 0.16 0.97 0 0.13 289.95 0.95 0.45
Hex B9 6 DD 10 61 0 D 122 5F 2D
Octal 271 6 335 20 141 0 15 442 137 55
Binary 10111001 110 11011101 10000 1100001 0 1101 100100010 1011111 101101

Color Harmonies of #B906DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B906DD

Black with #B906DD

Text Example


Text Example

White with #B906DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B906DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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