Html Css Color HEX #B90CD8 Deep Magenta

📋 copy color: '#B90CD8'

red 185 ◦ green 12 ◦ blue 216

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

Shades of Deep Magenta #B90CD8

Tints of Deep Magenta #B90CD8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 216 (84.77% from 255) = 52.3%

R = 44.79%
G = 2.91%
B = 52.3%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B90CD8 (or 0xB90CD8) is known color: Deep Magenta. HEX triplet: B9, 0C and D8. RGB value is (185,12,216). Sum of RGB (Red+Green+Blue) = 185+12+216=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #B90CD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CD8 is #46F327. Grayscale: #565656. Windows color (decimal): -4649768 or 14159033. OLE color: 14159033.

HSL color Cylindrical-coordinate representation of color #B90CD8: hue angle of 290.88º degrees, saturation: 0.89, 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 #B90CD8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 12 216 -
CMYK 0.14 0.94 0 0.15
HSL 290.88º 0.89% 0.45% -
HSV(B) 290.88º 0.94% 0.85% -
XYZ 32.53 15.54 66.25 -
YUV 86.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 185 12 216 0.14 0.94 0 0.15 290.88 0.89 0.45
Hex B9 C D8 E 5E 0 F 123 59 2D
Octal 271 14 330 16 136 0 17 443 131 55
Binary 10111001 1100 11011000 1110 1011110 0 1111 100100011 1011001 101101

Color Harmonies of #B90CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CD8

Black with #B90CD8

Text Example


Text Example

White with #B90CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CD8; }

 p { color: rgb(185,12,216); }

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

background-color css

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

 a { background-color: rgb(185,12,216); }

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

border-color css

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

 span { border-color: rgb(185,12,216); }

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