Html Css Color HEX #BD1EBA Deep Magenta

📋 copy color: '#BD1EBA'

red 189 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #BD1EBA

Tints of Deep Magenta #BD1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 46.67%
G = 7.41%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD1EBA (or 0xBD1EBA) is known color: Deep Magenta. HEX triplet: BD, 1E and BA. RGB value is (189,30,186). Sum of RGB (Red+Green+Blue) = 189+30+186=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EBA is #42E145. Grayscale: #5E5E5E. Windows color (decimal): -4383046 or 12197565. OLE color: 12197565.

HSL color Cylindrical-coordinate representation of color #BD1EBA: hue angle of 301.13º 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 #BD1EBA is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 30 186 -
CMYK 0 0.84 0.02 0.26
HSL 301.13º 0.73% 0.43% -
HSV(B) 301.13º 0.84% 0.74% -
XYZ 30.31 15.29 47.81 -
YUV 95.33 179.18 194.82 -
System Red Green Blue C M Y K H S L
Decimal 189 30 186 0 0.84 0.02 0.26 301.13 0.73 0.43
Hex BD 1E BA 0 54 2 1A 12D 49 2B
Octal 275 36 272 0 124 2 32 455 111 53
Binary 10111101 11110 10111010 0 1010100 10 11010 100101101 1001001 101011

Color Harmonies of #BD1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1EBA

Black with #BD1EBA

Text Example


Text Example

White with #BD1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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