Html Css Color HEX #B90FCA Deep Magenta

📋 copy color: '#B90FCA'

red 185 ◦ green 15 ◦ blue 202

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

Shades of Deep Magenta #B90FCA

Tints of Deep Magenta #B90FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.73%

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

R = 46.02%
G = 3.73%
B = 50.25%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B90FCA (or 0xB90FCA) is known color: Deep Magenta. HEX triplet: B9, 0F and CA. RGB value is (185,15,202). Sum of RGB (Red+Green+Blue) = 185+15+202=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #B90FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FCA is #46F035. Grayscale: #565656. Windows color (decimal): -4649014 or 13242297. OLE color: 13242297.

HSL color Cylindrical-coordinate representation of color #B90FCA: hue angle of 294.55º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FCA is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 15 202 -
CMYK 0.08 0.93 0 0.21
HSL 294.55º 0.86% 0.43% -
HSV(B) 294.55º 0.93% 0.79% -
XYZ 30.84 14.92 57.13 -
YUV 87.15 192.82 197.79 -
System Red Green Blue C M Y K H S L
Decimal 185 15 202 0.08 0.93 0 0.21 294.55 0.86 0.43
Hex B9 F CA 8 5D 0 15 127 56 2B
Octal 271 17 312 10 135 0 25 447 126 53
Binary 10111001 1111 11001010 1000 1011101 0 10101 100100111 1010110 101011

Color Harmonies of #B90FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FCA

Black with #B90FCA

Text Example


Text Example

White with #B90FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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