Html Css Color HEX #B901C1 Deep Magenta

📋 copy color: '#B901C1'

red 185 ◦ green 1 ◦ blue 193

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

Shades of Deep Magenta #B901C1

Tints of Deep Magenta #B901C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 48.81%
G = 0.26%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B901C1 (or 0xB901C1) is known color: Deep Magenta. HEX triplet: B9, 01 and C1. RGB value is (185,1,193). Sum of RGB (Red+Green+Blue) = 185+1+193=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #B901C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901C1 is #46FE3E. Grayscale: #4D4D4D. Windows color (decimal): -4652607 or 12648889. OLE color: 12648889.

HSL color Cylindrical-coordinate representation of color #B901C1: hue angle of 297.5º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B901C1 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 1 193 -
CMYK 0.04 0.99 0 0.24
HSL 297.5º 0.99% 0.38% -
HSV(B) 297.5º 0.99% 0.76% -
XYZ 29.64 14.19 51.63 -
YUV 77.9 192.96 204.39 -
System Red Green Blue C M Y K H S L
Decimal 185 1 193 0.04 0.99 0 0.24 297.5 0.99 0.38
Hex B9 1 C1 4 63 0 18 12A 63 26
Octal 271 1 301 4 143 0 30 452 143 46
Binary 10111001 1 11000001 100 1100011 0 11000 100101010 1100011 100110

Color Harmonies of #B901C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901C1

Black with #B901C1

Text Example


Text Example

White with #B901C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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