Html Css Color HEX #BD18B2 Deep Magenta

📋 copy color: '#BD18B2'

red 189 ◦ green 24 ◦ blue 178

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

Shades of Deep Magenta #BD18B2

Tints of Deep Magenta #BD18B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 48.34%
G = 6.14%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD18B2 (or 0xBD18B2) is known color: Deep Magenta. HEX triplet: BD, 18 and B2. RGB value is (189,24,178). Sum of RGB (Red+Green+Blue) = 189+24+178=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18B2 is #42E74D. Grayscale: #5A5A5A. Windows color (decimal): -4384590 or 11671741. OLE color: 11671741.

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

Color convert

RGB 189 24 178 -
CMYK 0 0.87 0.06 0.26
HSL 304º 0.77% 0.42% -
HSV(B) 304º 0.87% 0.74% -
XYZ 29.35 14.69 43.41 -
YUV 90.89 177.16 197.98 -
System Red Green Blue C M Y K H S L
Decimal 189 24 178 0 0.87 0.06 0.26 304 0.77 0.42
Hex BD 18 B2 0 57 6 1A 130 4D 2A
Octal 275 30 262 0 127 6 32 460 115 52
Binary 10111101 11000 10110010 0 1010111 110 11010 100110000 1001101 101010

Color Harmonies of #BD18B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18B2

Black with #BD18B2

Text Example


Text Example

White with #BD18B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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