Html Css Color HEX #BD1AC5 Deep Magenta

📋 copy color: '#BD1AC5'

red 189 ◦ green 26 ◦ blue 197

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

Shades of Deep Magenta #BD1AC5

Tints of Deep Magenta #BD1AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.31%

 BLUE value IS 197 (77.34% from 255) = 47.82%

R = 45.87%
G = 6.31%
B = 47.82%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD1AC5 (or 0xBD1AC5) is known color: Deep Magenta. HEX triplet: BD, 1A and C5. RGB value is (189,26,197). Sum of RGB (Red+Green+Blue) = 189+26+197=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD1AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1AC5 is #42E53A. Grayscale: #5D5D5D. Windows color (decimal): -4384059 or 12917437. OLE color: 12917437.

HSL color Cylindrical-coordinate representation of color #BD1AC5: hue angle of 297.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1AC5 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 26 197 -
CMYK 0.04 0.87 0 0.23
HSL 297.19º 0.77% 0.44% -
HSV(B) 297.19º 0.87% 0.77% -
XYZ 31.43 15.59 54.18 -
YUV 94.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 189 26 197 0.04 0.87 0 0.23 297.19 0.77 0.44
Hex BD 1A C5 4 57 0 17 129 4D 2C
Octal 275 32 305 4 127 0 27 451 115 54
Binary 10111101 11010 11000101 100 1010111 0 10111 100101001 1001101 101100

Color Harmonies of #BD1AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AC5

Black with #BD1AC5

Text Example


Text Example

White with #BD1AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AC5; }

 p { color: rgb(189,26,197); }

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

background-color css

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

 a { background-color: rgb(189,26,197); }

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

border-color css

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

 span { border-color: rgb(189,26,197); }

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