Html Css Color HEX #BD18B0 Deep Magenta

📋 copy color: '#BD18B0'

red 189 ◦ green 24 ◦ blue 176

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

Shades of Deep Magenta #BD18B0

Tints of Deep Magenta #BD18B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.24%

R = 48.59%
G = 6.17%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD18B0 (or 0xBD18B0) is known color: Deep Magenta. HEX triplet: BD, 18 and B0. RGB value is (189,24,176). Sum of RGB (Red+Green+Blue) = 189+24+176=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18B0 is #42E74F. Grayscale: #5A5A5A. Windows color (decimal): -4384592 or 11540669. OLE color: 11540669.

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

Color convert

RGB 189 24 176 -
CMYK 0 0.87 0.07 0.26
HSL 304.73º 0.77% 0.42% -
HSV(B) 304.73º 0.87% 0.74% -
XYZ 29.15 14.61 42.36 -
YUV 90.66 176.16 198.14 -
System Red Green Blue C M Y K H S L
Decimal 189 24 176 0 0.87 0.07 0.26 304.73 0.77 0.42
Hex BD 18 B0 0 57 7 1A 131 4D 2A
Octal 275 30 260 0 127 7 32 461 115 52
Binary 10111101 11000 10110000 0 1010111 111 11010 100110001 1001101 101010

Color Harmonies of #BD18B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18B0

Black with #BD18B0

Text Example


Text Example

White with #BD18B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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