Html Css Color HEX #BD1DBF Deep Magenta

📋 copy color: '#BD1DBF'

red 189 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #BD1DBF

Tints of Deep Magenta #BD1DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.09%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 46.21%
G = 7.09%
B = 46.7%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD1DBF (or 0xBD1DBF) is known color: Deep Magenta. HEX triplet: BD, 1D and BF. RGB value is (189,29,191). Sum of RGB (Red+Green+Blue) = 189+29+191=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DBF is #42E240. Grayscale: #5E5E5E. Windows color (decimal): -4383297 or 12524989. OLE color: 12524989.

HSL color Cylindrical-coordinate representation of color #BD1DBF: hue angle of 299.26º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DBF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 29 191 -
CMYK 0.01 0.85 0 0.25
HSL 299.26º 0.74% 0.43% -
HSV(B) 299.26º 0.85% 0.75% -
XYZ 30.83 15.46 50.65 -
YUV 95.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 189 29 191 0.01 0.85 0 0.25 299.26 0.74 0.43
Hex BD 1D BF 1 55 0 19 12B 4A 2B
Octal 275 35 277 1 125 0 31 453 112 53
Binary 10111101 11101 10111111 1 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BD1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DBF

Black with #BD1DBF

Text Example


Text Example

White with #BD1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DBF; }

 p { color: rgb(189,29,191); }

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

background-color css

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

 a { background-color: rgb(189,29,191); }

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

border-color css

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

 span { border-color: rgb(189,29,191); }

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