Html Css Color HEX #B901CD Deep Magenta

📋 copy color: '#B901CD'

red 185 ◦ green 1 ◦ blue 205

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

Shades of Deep Magenta #B901CD

Tints of Deep Magenta #B901CD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 47.31%
G = 0.26%
B = 52.43%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B901CD (or 0xB901CD) is known color: Deep Magenta. HEX triplet: B9, 01 and CD. RGB value is (185,1,205). Sum of RGB (Red+Green+Blue) = 185+1+205=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #B901CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901CD is #46FE32. Grayscale: #4E4E4E. Windows color (decimal): -4652595 or 13435321. OLE color: 13435321.

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

Color convert

RGB 185 1 205 -
CMYK 0.10 1.00 0 0.20
HSL 294.12º 0.99% 0.4% -
HSV(B) 294.12º 1% 0.8% -
XYZ 31.04 14.74 58.97 -
YUV 79.27 198.96 203.41 -
System Red Green Blue C M Y K H S L
Decimal 185 1 205 0.10 1.00 0 0.20 294.12 0.99 0.4
Hex B9 1 CD A 64 0 14 126 63 28
Octal 271 1 315 12 144 0 24 446 143 50
Binary 10111001 1 11001101 1010 1100100 0 10100 100100110 1100011 101000

Color Harmonies of #B901CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901CD

Black with #B901CD

Text Example


Text Example

White with #B901CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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