Html Css Color HEX #B90CCA Deep Magenta

📋 copy color: '#B90CCA'

red 185 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #B90CCA

Tints of Deep Magenta #B90CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.01%

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

R = 46.37%
G = 3.01%
B = 50.63%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B90CCA (or 0xB90CCA) is known color: Deep Magenta. HEX triplet: B9, 0C and CA. RGB value is (185,12,202). Sum of RGB (Red+Green+Blue) = 185+12+202=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #B90CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CCA is #46F335. Grayscale: #545454. Windows color (decimal): -4649782 or 13241529. OLE color: 13241529.

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

Color convert

RGB 185 12 202 -
CMYK 0.08 0.94 0 0.21
HSL 294.63º 0.89% 0.42% -
HSV(B) 294.63º 0.94% 0.79% -
XYZ 30.8 14.84 57.12 -
YUV 85.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 185 12 202 0.08 0.94 0 0.21 294.63 0.89 0.42
Hex B9 C CA 8 5E 0 15 127 59 2A
Octal 271 14 312 10 136 0 25 447 131 52
Binary 10111001 1100 11001010 1000 1011110 0 10101 100100111 1011001 101010

Color Harmonies of #B90CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CCA

Black with #B90CCA

Text Example


Text Example

White with #B90CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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