Html Css Color HEX #BD13BA Deep Magenta

📋 copy color: '#BD13BA'

red 189 ◦ green 19 ◦ blue 186

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

Shades of Deep Magenta #BD13BA

Tints of Deep Magenta #BD13BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.82%

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

R = 47.97%
G = 4.82%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD13BA (or 0xBD13BA) is known color: Deep Magenta. HEX triplet: BD, 13 and BA. RGB value is (189,19,186). Sum of RGB (Red+Green+Blue) = 189+19+186=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13BA is #42EC45. Grayscale: #585858. Windows color (decimal): -4385862 or 12194749. OLE color: 12194749.

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

Color convert

RGB 189 19 186 -
CMYK 0 0.90 0.02 0.26
HSL 301.06º 0.82% 0.41% -
HSV(B) 301.06º 0.9% 0.74% -
XYZ 30.08 14.83 47.73 -
YUV 88.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 189 19 186 0 0.90 0.02 0.26 301.06 0.82 0.41
Hex BD 13 BA 0 5A 2 1A 12D 52 29
Octal 275 23 272 0 132 2 32 455 122 51
Binary 10111101 10011 10111010 0 1011010 10 11010 100101101 1010010 101001

Color Harmonies of #BD13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13BA

Black with #BD13BA

Text Example


Text Example

White with #BD13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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