Html Css Color HEX #B90CCD Deep Magenta

📋 copy color: '#B90CCD'

red 185 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #B90CCD

Tints of Deep Magenta #B90CCD

RGB

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

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

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

R = 46.02%
G = 2.99%
B = 51%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B90CCD (or 0xB90CCD) is known color: Deep Magenta. HEX triplet: B9, 0C and CD. RGB value is (185,12,205). Sum of RGB (Red+Green+Blue) = 185+12+205=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #B90CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CCD is #46F332. Grayscale: #555555. Windows color (decimal): -4649779 or 13438137. OLE color: 13438137.

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

Color convert

RGB 185 12 205 -
CMYK 0.10 0.94 0 0.20
HSL 293.78º 0.89% 0.43% -
HSV(B) 293.78º 0.94% 0.8% -
XYZ 31.16 14.99 59.01 -
YUV 85.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 185 12 205 0.10 0.94 0 0.20 293.78 0.89 0.43
Hex B9 C CD A 5E 0 14 126 59 2B
Octal 271 14 315 12 136 0 24 446 131 53
Binary 10111001 1100 11001101 1010 1011110 0 10100 100100110 1011001 101011

Color Harmonies of #B90CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CCD

Black with #B90CCD

Text Example


Text Example

White with #B90CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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