Html Css Color HEX #BD18B3 Deep Magenta

📋 copy color: '#BD18B3'

red 189 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #BD18B3

Tints of Deep Magenta #BD18B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.66%

R = 48.21%
G = 6.12%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD18B3 (or 0xBD18B3) is known color: Deep Magenta. HEX triplet: BD, 18 and B3. RGB value is (189,24,179). Sum of RGB (Red+Green+Blue) = 189+24+179=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18B3 is #42E74C. Grayscale: #5A5A5A. Windows color (decimal): -4384589 or 11737277. OLE color: 11737277.

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

Color convert

RGB 189 24 179 -
CMYK 0 0.87 0.05 0.26
HSL 303.64º 0.77% 0.42% -
HSV(B) 303.64º 0.87% 0.74% -
XYZ 29.45 14.73 43.94 -
YUV 91.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 189 24 179 0 0.87 0.05 0.26 303.64 0.77 0.42
Hex BD 18 B3 0 57 5 1A 130 4D 2A
Octal 275 30 263 0 127 5 32 460 115 52
Binary 10111101 11000 10110011 0 1010111 101 11010 100110000 1001101 101010

Color Harmonies of #BD18B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18B3

Black with #BD18B3

Text Example


Text Example

White with #BD18B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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