Html Css Color HEX #BD1CDE Deep Magenta

📋 copy color: '#BD1CDE'

red 189 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #BD1CDE

Tints of Deep Magenta #BD1CDE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.38%

 BLUE value IS 222 (87.11% from 255) = 50.57%

R = 43.05%
G = 6.38%
B = 50.57%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1CDE (or 0xBD1CDE) is known color: Deep Magenta. HEX triplet: BD, 1C and DE. RGB value is (189,28,222). Sum of RGB (Red+Green+Blue) = 189+28+222=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CDE is #42E321. Grayscale: #616161. Windows color (decimal): -4383522 or 14556349. OLE color: 14556349.

HSL color Cylindrical-coordinate representation of color #BD1CDE: hue angle of 289.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1CDE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 28 222 -
CMYK 0.15 0.87 0 0.13
HSL 289.79º 0.78% 0.49% -
HSV(B) 289.79º 0.87% 0.87% -
XYZ 34.59 16.92 70.55 -
YUV 98.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 189 28 222 0.15 0.87 0 0.13 289.79 0.78 0.49
Hex BD 1C DE F 57 0 D 122 4E 31
Octal 275 34 336 17 127 0 15 442 116 61
Binary 10111101 11100 11011110 1111 1010111 0 1101 100100010 1001110 110001

Color Harmonies of #BD1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CDE

Black with #BD1CDE

Text Example


Text Example

White with #BD1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CDE; }

 p { color: rgb(189,28,222); }

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

background-color css

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

 a { background-color: rgb(189,28,222); }

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

border-color css

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

 span { border-color: rgb(189,28,222); }

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