Html Css Color HEX #B90ABB Deep Magenta

📋 copy color: '#B90ABB'

red 185 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #B90ABB

Tints of Deep Magenta #B90ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 48.43%
G = 2.62%
B = 48.95%

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

#B90ABB (or 0xB90ABB) is known color: Deep Magenta. HEX triplet: B9, 0A and BB. RGB value is (185,10,187). Sum of RGB (Red+Green+Blue) = 185+10+187=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B90ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ABB is #46F544. Grayscale: #515151. Windows color (decimal): -4650309 or 12257977. OLE color: 12257977.

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

Color convert

RGB 185 10 187 -
CMYK 0.01 0.95 0 0.27
HSL 299.32º 0.9% 0.39% -
HSV(B) 299.32º 0.95% 0.73% -
XYZ 29.09 14.12 48.21 -
YUV 82.5 186.98 201.11 -
System Red Green Blue C M Y K H S L
Decimal 185 10 187 0.01 0.95 0 0.27 299.32 0.9 0.39
Hex B9 A BB 1 5F 0 1B 12B 5A 27
Octal 271 12 273 1 137 0 33 453 132 47
Binary 10111001 1010 10111011 1 1011111 0 11011 100101011 1011010 100111

Color Harmonies of #B90ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90ABB

Black with #B90ABB

Text Example


Text Example

White with #B90ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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