Html Css Color HEX #B50CDB Deep Magenta

📋 copy color: '#B50CDB'

red 181 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #B50CDB

Tints of Deep Magenta #B50CDB

RGB

 RED value IS 181 (71.09% from 255) = 43.93%

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

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

R = 43.93%
G = 2.91%
B = 53.16%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B50CDB (or 0xB50CDB) is known color: Deep Magenta. HEX triplet: B5, 0C and DB. RGB value is (181,12,219). Sum of RGB (Red+Green+Blue) = 181+12+219=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #B50CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CDB is #4AF324. Grayscale: #555555. Windows color (decimal): -4911909 or 14355637. OLE color: 14355637.

HSL color Cylindrical-coordinate representation of color #B50CDB: hue angle of 288.99º 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 #B50CDB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 12 219 -
CMYK 0.17 0.95 0 0.14
HSL 288.99º 0.9% 0.45% -
HSV(B) 288.99º 0.95% 0.86% -
XYZ 31.97 15.2 68.27 -
YUV 86.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 181 12 219 0.17 0.95 0 0.14 288.99 0.9 0.45
Hex B5 C DB 11 5F 0 E 121 5A 2D
Octal 265 14 333 21 137 0 16 441 132 55
Binary 10110101 1100 11011011 10001 1011111 0 1110 100100001 1011010 101101

Color Harmonies of #B50CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50CDB

Black with #B50CDB

Text Example


Text Example

White with #B50CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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