Html Css Color HEX #B90EDA Deep Magenta

📋 copy color: '#B90EDA'

red 185 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #B90EDA

Tints of Deep Magenta #B90EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.36%

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

R = 44.36%
G = 3.36%
B = 52.28%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B90EDA (or 0xB90EDA) is known color: Deep Magenta. HEX triplet: B9, 0E and DA. RGB value is (185,14,218). Sum of RGB (Red+Green+Blue) = 185+14+218=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 14 (5.86% from 255 or 3.36% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EDA is #46F125. Grayscale: #575757. Windows color (decimal): -4649254 or 14290617. OLE color: 14290617.

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

Color convert

RGB 185 14 218 -
CMYK 0.15 0.94 0 0.15
HSL 290.29º 0.88% 0.45% -
HSV(B) 290.29º 0.94% 0.85% -
XYZ 32.82 15.69 67.63 -
YUV 88.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 185 14 218 0.15 0.94 0 0.15 290.29 0.88 0.45
Hex B9 E DA F 5E 0 F 122 58 2D
Octal 271 16 332 17 136 0 17 442 130 55
Binary 10111001 1110 11011010 1111 1011110 0 1111 100100010 1011000 101101

Color Harmonies of #B90EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EDA

Black with #B90EDA

Text Example


Text Example

White with #B90EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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