Html Css Color HEX #B90CDB Deep Magenta

📋 copy color: '#B90CDB'

red 185 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #B90CDB

Tints of Deep Magenta #B90CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 44.47%
G = 2.88%
B = 52.64%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B90CDB (or 0xB90CDB) is known color: Deep Magenta. HEX triplet: B9, 0C and DB. RGB value is (185,12,219). Sum of RGB (Red+Green+Blue) = 185+12+219=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #B90CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CDB is #46F324. Grayscale: #565656. Windows color (decimal): -4649765 or 14355641. OLE color: 14355641.

HSL color Cylindrical-coordinate representation of color #B90CDB: hue angle of 290.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90CDB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 12 219 -
CMYK 0.16 0.95 0 0.14
HSL 290.14º 0.9% 0.45% -
HSV(B) 290.14º 0.95% 0.86% -
XYZ 32.93 15.69 68.31 -
YUV 87.33 202.31 197.67 -
System Red Green Blue C M Y K H S L
Decimal 185 12 219 0.16 0.95 0 0.14 290.14 0.9 0.45
Hex B9 C DB 10 5F 0 E 122 5A 2D
Octal 271 14 333 20 137 0 16 442 132 55
Binary 10111001 1100 11011011 10000 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #B90CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CDB

Black with #B90CDB

Text Example


Text Example

White with #B90CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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