Html Css Color HEX #BD1CBA Deep Magenta

📋 copy color: '#BD1CBA'

red 189 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #BD1CBA

Tints of Deep Magenta #BD1CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 46.9%
G = 6.95%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD1CBA (or 0xBD1CBA) is known color: Deep Magenta. HEX triplet: BD, 1C and BA. RGB value is (189,28,186). Sum of RGB (Red+Green+Blue) = 189+28+186=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1CBA is #42E345. Grayscale: #5D5D5D. Windows color (decimal): -4383558 or 12197053. OLE color: 12197053.

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

Color convert

RGB 189 28 186 -
CMYK 0 0.85 0.02 0.26
HSL 301.12º 0.74% 0.43% -
HSV(B) 301.12º 0.85% 0.74% -
XYZ 30.26 15.19 47.79 -
YUV 94.15 179.84 195.65 -
System Red Green Blue C M Y K H S L
Decimal 189 28 186 0 0.85 0.02 0.26 301.12 0.74 0.43
Hex BD 1C BA 0 55 2 1A 12D 4A 2B
Octal 275 34 272 0 125 2 32 455 112 53
Binary 10111101 11100 10111010 0 1010101 10 11010 100101101 1001010 101011

Color Harmonies of #BD1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1CBA

Black with #BD1CBA

Text Example


Text Example

White with #BD1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1CBA; }

 p { color: rgb(189,28,186); }

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

background-color css

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

 a { background-color: rgb(189,28,186); }

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

border-color css

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

 span { border-color: rgb(189,28,186); }

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