Html Css Color HEX #BD1BDB Deep Magenta

📋 copy color: '#BD1BDB'

red 189 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #BD1BDB

Tints of Deep Magenta #BD1BDB

RGB

 RED value IS 189 (74.22% from 255) = 43.45%

 GREEN value IS 27 (10.94% from 255) = 6.21%

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

R = 43.45%
G = 6.21%
B = 50.34%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD1BDB (or 0xBD1BDB) is known color: Deep Magenta. HEX triplet: BD, 1B and DB. RGB value is (189,27,219). Sum of RGB (Red+Green+Blue) = 189+27+219=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BDB is #42E424. Grayscale: #606060. Windows color (decimal): -4383781 or 14359485. OLE color: 14359485.

HSL color Cylindrical-coordinate representation of color #BD1BDB: hue angle of 290.62º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1BDB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 27 219 -
CMYK 0.14 0.88 0 0.14
HSL 290.63º 0.78% 0.48% -
HSV(B) 290.63º 0.88% 0.86% -
XYZ 34.16 16.72 68.44 -
YUV 97.33 196.67 193.39 -
System Red Green Blue C M Y K H S L
Decimal 189 27 219 0.14 0.88 0 0.14 290.63 0.78 0.48
Hex BD 1B DB E 58 0 E 123 4E 30
Octal 275 33 333 16 130 0 16 443 116 60
Binary 10111101 11011 11011011 1110 1011000 0 1110 100100011 1001110 110000

Color Harmonies of #BD1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BDB

Black with #BD1BDB

Text Example


Text Example

White with #BD1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BDB; }

 p { color: rgb(189,27,219); }

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

background-color css

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

 a { background-color: rgb(189,27,219); }

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

border-color css

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

 span { border-color: rgb(189,27,219); }

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