Html Css Color HEX #BD18BA Deep Magenta

📋 copy color: '#BD18BA'

red 189 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #BD18BA

Tints of Deep Magenta #BD18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

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

R = 47.37%
G = 6.02%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD18BA (or 0xBD18BA) is known color: Deep Magenta. HEX triplet: BD, 18 and BA. RGB value is (189,24,186). Sum of RGB (Red+Green+Blue) = 189+24+186=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18BA is #42E745. Grayscale: #5B5B5B. Windows color (decimal): -4384582 or 12196029. OLE color: 12196029.

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

Color convert

RGB 189 24 186 -
CMYK 0 0.87 0.02 0.26
HSL 301.09º 0.77% 0.42% -
HSV(B) 301.09º 0.87% 0.74% -
XYZ 30.18 15.02 47.76 -
YUV 91.8 181.16 197.33 -
System Red Green Blue C M Y K H S L
Decimal 189 24 186 0 0.87 0.02 0.26 301.09 0.77 0.42
Hex BD 18 BA 0 57 2 1A 12D 4D 2A
Octal 275 30 272 0 127 2 32 455 115 52
Binary 10111101 11000 10111010 0 1010111 10 11010 100101101 1001101 101010

Color Harmonies of #BD18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18BA

Black with #BD18BA

Text Example


Text Example

White with #BD18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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