Html Css Color HEX #B90ACC Deep Magenta

📋 copy color: '#B90ACC'

red 185 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #B90ACC

Tints of Deep Magenta #B90ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.51%

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 46.37%
G = 2.51%
B = 51.13%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B90ACC (or 0xB90ACC) is known color: Deep Magenta. HEX triplet: B9, 0A and CC. RGB value is (185,10,204). Sum of RGB (Red+Green+Blue) = 185+10+204=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B90ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ACC is #46F533. Grayscale: #535353. Windows color (decimal): -4650292 or 13372089. OLE color: 13372089.

HSL color Cylindrical-coordinate representation of color #B90ACC: hue angle of 294.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ACC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 10 204 -
CMYK 0.09 0.95 0 0.2
HSL 294.12º 0.91% 0.42% -
HSV(B) 294.12º 0.95% 0.8% -
XYZ 31.02 14.89 58.37 -
YUV 84.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 185 10 204 0.09 0.95 0 0.2 294.12 0.91 0.42
Hex B9 A CC 9 5F 0 14 126 5B 2A
Octal 271 12 314 11 137 0 24 446 133 52
Binary 10111001 1010 11001100 1001 1011111 0 10100 100100110 1011011 101010

Color Harmonies of #B90ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ACC

Black with #B90ACC

Text Example


Text Example

White with #B90ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ACC; }

 p { color: rgb(185,10,204); }

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

background-color css

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

 a { background-color: rgb(185,10,204); }

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

border-color css

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

 span { border-color: rgb(185,10,204); }

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