Html Css Color HEX #B900DA Deep Magenta

📋 copy color: '#B900DA'

red 185 ◦ green 0 ◦ blue 218

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

Shades of Deep Magenta #B900DA

Tints of Deep Magenta #B900DA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 218 (85.55% from 255) = 54.09%

R = 45.91%
G = 0%
B = 54.09%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B900DA (or 0xB900DA) is known color: Deep Magenta. HEX triplet: B9, 00 and DA. RGB value is (185,0,218). Sum of RGB (Red+Green+Blue) = 185+0+218=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #B900DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900DA is #46FF25. Grayscale: #4F4F4F. Windows color (decimal): -4652838 or 14287033. OLE color: 14287033.

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

Color convert

RGB 185 0 218 -
CMYK 0.15 1 0 0.15
HSL 290.92º 1% 0.43% -
HSV(B) 290.92º 1% 0.85% -
XYZ 32.66 15.38 67.58 -
YUV 80.17 205.79 202.77 -
System Red Green Blue C M Y K H S L
Decimal 185 0 218 0.15 1 0 0.15 290.92 1 0.43
Hex B9 0 DA F 64 0 F 123 64 2B
Octal 271 0 332 17 144 0 17 443 144 53
Binary 10111001 0 11011010 1111 1100100 0 1111 100100011 1100100 101011

Color Harmonies of #B900DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900DA

Black with #B900DA

Text Example


Text Example

White with #B900DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900DA; }

 p { color: rgb(185,0,218); }

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

background-color css

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

 a { background-color: rgb(185,0,218); }

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

border-color css

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

 span { border-color: rgb(185,0,218); }

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