Html Css Color HEX #B90FCD Deep Magenta

📋 copy color: '#B90FCD'

red 185 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #B90FCD

Tints of Deep Magenta #B90FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.7%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 45.68%
G = 3.7%
B = 50.62%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B90FCD (or 0xB90FCD) is known color: Deep Magenta. HEX triplet: B9, 0F and CD. RGB value is (185,15,205). Sum of RGB (Red+Green+Blue) = 185+15+205=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #B90FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90FCD is #46F032. Grayscale: #565656. Windows color (decimal): -4649011 or 13438905. OLE color: 13438905.

HSL color Cylindrical-coordinate representation of color #B90FCD: hue angle of 293.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90FCD is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 15 205 -
CMYK 0.10 0.93 0 0.20
HSL 293.68º 0.86% 0.43% -
HSV(B) 293.68º 0.93% 0.8% -
XYZ 31.2 15.06 59.02 -
YUV 87.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 185 15 205 0.10 0.93 0 0.20 293.68 0.86 0.43
Hex B9 F CD A 5D 0 14 126 56 2B
Octal 271 17 315 12 135 0 24 446 126 53
Binary 10111001 1111 11001101 1010 1011101 0 10100 100100110 1010110 101011

Color Harmonies of #B90FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FCD

Black with #B90FCD

Text Example


Text Example

White with #B90FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FCD; }

 p { color: rgb(185,15,205); }

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

background-color css

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

 a { background-color: rgb(185,15,205); }

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

border-color css

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

 span { border-color: rgb(185,15,205); }

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