Html Css Color HEX #B901CA Deep Magenta

📋 copy color: '#B901CA'

red 185 ◦ green 1 ◦ blue 202

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

Shades of Deep Magenta #B901CA

Tints of Deep Magenta #B901CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.06%

R = 47.68%
G = 0.26%
B = 52.06%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B901CA (or 0xB901CA) is known color: Deep Magenta. HEX triplet: B9, 01 and CA. RGB value is (185,1,202). Sum of RGB (Red+Green+Blue) = 185+1+202=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #B901CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901CA is #46FE35. Grayscale: #4E4E4E. Windows color (decimal): -4652598 or 13238713. OLE color: 13238713.

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

Color convert

RGB 185 1 202 -
CMYK 0.08 1.00 0 0.21
HSL 294.93º 0.99% 0.4% -
HSV(B) 294.93º 1% 0.79% -
XYZ 30.68 14.6 57.08 -
YUV 78.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 185 1 202 0.08 1.00 0 0.21 294.93 0.99 0.4
Hex B9 1 CA 8 64 0 15 127 63 28
Octal 271 1 312 10 144 0 25 447 143 50
Binary 10111001 1 11001010 1000 1100100 0 10101 100100111 1100011 101000

Color Harmonies of #B901CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901CA

Black with #B901CA

Text Example


Text Example

White with #B901CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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