Html Css Color HEX #BD1EBD Deep Magenta

📋 copy color: '#BD1EBD'

red 189 ◦ green 30 ◦ blue 189

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

Shades of Deep Magenta #BD1EBD

Tints of Deep Magenta #BD1EBD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.35%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 46.32%
G = 7.35%
B = 46.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD1EBD (or 0xBD1EBD) is known color: Deep Magenta. HEX triplet: BD, 1E and BD. RGB value is (189,30,189). Sum of RGB (Red+Green+Blue) = 189+30+189=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD1EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EBD is #42E142. Grayscale: #5F5F5F. Windows color (decimal): -4383043 or 12394173. OLE color: 12394173.

HSL color Cylindrical-coordinate representation of color #BD1EBD: hue angle of 300º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1EBD is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 189 -
CMYK 0 0.84 0 0.26
HSL 300º 0.73% 0.43% -
HSV(B) 300º 0.84% 0.74% -
XYZ 30.64 15.42 49.51 -
YUV 95.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 189 30 189 0 0.84 0 0.26 300 0.73 0.43
Hex BD 1E BD 0 54 0 1A 12C 49 2B
Octal 275 36 275 0 124 0 32 454 111 53
Binary 10111101 11110 10111101 0 1010100 0 11010 100101100 1001001 101011

Color Harmonies of #BD1EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EBD

Black with #BD1EBD

Text Example


Text Example

White with #BD1EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EBD; }

 p { color: rgb(189,30,189); }

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

background-color css

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

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

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

border-color css

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

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

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