Html Css Color HEX #B90BDA Deep Magenta

📋 copy color: '#B90BDA'

red 185 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #B90BDA

Tints of Deep Magenta #B90BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 44.69%
G = 2.66%
B = 52.66%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B90BDA (or 0xB90BDA) is known color: Deep Magenta. HEX triplet: B9, 0B and DA. RGB value is (185,11,218). Sum of RGB (Red+Green+Blue) = 185+11+218=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90BDA is #46F425. Grayscale: #555555. Windows color (decimal): -4650022 or 14289849. OLE color: 14289849.

HSL color Cylindrical-coordinate representation of color #B90BDA: hue angle of 290.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BDA is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 11 218 -
CMYK 0.15 0.95 0 0.15
HSL 290.43º 0.9% 0.45% -
HSV(B) 290.43º 0.95% 0.85% -
XYZ 32.78 15.62 67.62 -
YUV 86.62 202.15 198.17 -
System Red Green Blue C M Y K H S L
Decimal 185 11 218 0.15 0.95 0 0.15 290.43 0.9 0.45
Hex B9 B DA F 5F 0 F 122 5A 2D
Octal 271 13 332 17 137 0 17 442 132 55
Binary 10111001 1011 11011010 1111 1011111 0 1111 100100010 1011010 101101

Color Harmonies of #B90BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BDA

Black with #B90BDA

Text Example


Text Example

White with #B90BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BDA; }

 p { color: rgb(185,11,218); }

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

background-color css

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

 a { background-color: rgb(185,11,218); }

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

border-color css

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

 span { border-color: rgb(185,11,218); }

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