Html Css Color HEX #B90ABA Deep Magenta

📋 copy color: '#B90ABA'

red 185 ◦ green 10 ◦ blue 186

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

Shades of Deep Magenta #B90ABA

Tints of Deep Magenta #B90ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 48.56%
G = 2.62%
B = 48.82%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B90ABA (or 0xB90ABA) is known color: Deep Magenta. HEX triplet: B9, 0A and BA. RGB value is (185,10,186). Sum of RGB (Red+Green+Blue) = 185+10+186=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 10 (4.30% from 255 or 2.62% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B90ABA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ABA is #46F545. Grayscale: #515151. Windows color (decimal): -4650310 or 12192441. OLE color: 12192441.

HSL color Cylindrical-coordinate representation of color #B90ABA: hue angle of 299.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90ABA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 186 -
CMYK 0.01 0.95 0 0.27
HSL 299.66º 0.9% 0.38% -
HSV(B) 299.66º 0.95% 0.73% -
XYZ 28.98 14.08 47.64 -
YUV 82.39 186.48 201.19 -
System Red Green Blue C M Y K H S L
Decimal 185 10 186 0.01 0.95 0 0.27 299.66 0.9 0.38
Hex B9 A BA 1 5F 0 1B 12C 5A 26
Octal 271 12 272 1 137 0 33 454 132 46
Binary 10111001 1010 10111010 1 1011111 0 11011 100101100 1011010 100110

Color Harmonies of #B90ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ABA

Black with #B90ABA

Text Example


Text Example

White with #B90ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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