Html Css Color HEX #B90CDA Deep Magenta

📋 copy color: '#B90CDA'

red 185 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #B90CDA

Tints of Deep Magenta #B90CDA

RGB

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

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

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

R = 44.58%
G = 2.89%
B = 52.53%

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

#B90CDA (or 0xB90CDA) is known color: Deep Magenta. HEX triplet: B9, 0C and DA. RGB value is (185,12,218). Sum of RGB (Red+Green+Blue) = 185+12+218=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B90CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CDA is #46F325. Grayscale: #565656. Windows color (decimal): -4649766 or 14290105. OLE color: 14290105.

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

Color convert

RGB 185 12 218 -
CMYK 0.15 0.94 0 0.15
HSL 290.39º 0.9% 0.45% -
HSV(B) 290.39º 0.94% 0.85% -
XYZ 32.79 15.64 67.62 -
YUV 87.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 185 12 218 0.15 0.94 0 0.15 290.39 0.9 0.45
Hex B9 C DA F 5E 0 F 122 5A 2D
Octal 271 14 332 17 136 0 17 442 132 55
Binary 10111001 1100 11011010 1111 1011110 0 1111 100100010 1011010 101101

Color Harmonies of #B90CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CDA

Black with #B90CDA

Text Example


Text Example

White with #B90CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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