Html Css Color HEX #B900CD Deep Magenta

📋 copy color: '#B900CD'

red 185 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #B900CD

Tints of Deep Magenta #B900CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 47.44%
G = 0%
B = 52.56%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B900CD (or 0xB900CD) is known color: Deep Magenta. HEX triplet: B9, 00 and CD. RGB value is (185,0,205). Sum of RGB (Red+Green+Blue) = 185+0+205=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #B900CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B900CD is #46FF32. Grayscale: #4E4E4E. Windows color (decimal): -4652851 or 13435065. OLE color: 13435065.

HSL color Cylindrical-coordinate representation of color #B900CD: hue angle of 294.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900CD is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 0 205 -
CMYK 0.10 1 0 0.20
HSL 294.15º 1% 0.4% -
HSV(B) 294.15º 1% 0.8% -
XYZ 31.03 14.72 58.96 -
YUV 78.69 199.29 203.83 -
System Red Green Blue C M Y K H S L
Decimal 185 0 205 0.10 1 0 0.20 294.15 1 0.4
Hex B9 0 CD A 64 0 14 126 64 28
Octal 271 0 315 12 144 0 24 446 144 50
Binary 10111001 0 11001101 1010 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B900CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B900CD

Black with #B900CD

Text Example


Text Example

White with #B900CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B900CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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