Html Css Color HEX #BD1BAE Deep Magenta

📋 copy color: '#BD1BAE'

red 189 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #BD1BAE

Tints of Deep Magenta #BD1BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 48.46%
G = 6.92%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD1BAE (or 0xBD1BAE) is known color: Deep Magenta. HEX triplet: BD, 1B and AE. RGB value is (189,27,174). Sum of RGB (Red+Green+Blue) = 189+27+174=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1BAE is #42E451. Grayscale: #5B5B5B. Windows color (decimal): -4383826 or 11410365. OLE color: 11410365.

HSL color Cylindrical-coordinate representation of color #BD1BAE: hue angle of 305.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1BAE is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 27 174 -
CMYK 0 0.86 0.08 0.26
HSL 305.56º 0.75% 0.42% -
HSV(B) 305.56º 0.86% 0.74% -
XYZ 29.02 14.66 41.34 -
YUV 92.2 174.17 197.05 -
System Red Green Blue C M Y K H S L
Decimal 189 27 174 0 0.86 0.08 0.26 305.56 0.75 0.42
Hex BD 1B AE 0 56 8 1A 132 4B 2A
Octal 275 33 256 0 126 10 32 462 113 52
Binary 10111101 11011 10101110 0 1010110 1000 11010 100110010 1001011 101010

Color Harmonies of #BD1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BAE

Black with #BD1BAE

Text Example


Text Example

White with #BD1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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