Html Css Color HEX #BD1BDF Deep Magenta

📋 copy color: '#BD1BDF'

red 189 ◦ green 27 ◦ blue 223

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

Shades of Deep Magenta #BD1BDF

Tints of Deep Magenta #BD1BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.15%

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 43.05%
G = 6.15%
B = 50.8%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD1BDF (or 0xBD1BDF) is known color: Deep Magenta. HEX triplet: BD, 1B and DF. RGB value is (189,27,223). Sum of RGB (Red+Green+Blue) = 189+27+223=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1BDF is #42E420. Grayscale: #616161. Windows color (decimal): -4383777 or 14621629. OLE color: 14621629.

HSL color Cylindrical-coordinate representation of color #BD1BDF: hue angle of 289.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1BDF is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 27 223 -
CMYK 0.15 0.88 0 0.13
HSL 289.59º 0.78% 0.49% -
HSV(B) 289.59º 0.88% 0.87% -
XYZ 34.7 16.93 71.25 -
YUV 97.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 189 27 223 0.15 0.88 0 0.13 289.59 0.78 0.49
Hex BD 1B DF F 58 0 D 122 4E 31
Octal 275 33 337 17 130 0 15 442 116 61
Binary 10111101 11011 11011111 1111 1011000 0 1101 100100010 1001110 110001

Color Harmonies of #BD1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1BDF

Black with #BD1BDF

Text Example


Text Example

White with #BD1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1BDF; }

 p { color: rgb(189,27,223); }

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

background-color css

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

 a { background-color: rgb(189,27,223); }

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

border-color css

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

 span { border-color: rgb(189,27,223); }

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