Html Css Color HEX #BD14BA Deep Magenta

📋 copy color: '#BD14BA'

red 189 ◦ green 20 ◦ blue 186

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

Shades of Deep Magenta #BD14BA

Tints of Deep Magenta #BD14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

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

R = 47.85%
G = 5.06%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD14BA (or 0xBD14BA) is known color: Deep Magenta. HEX triplet: BD, 14 and BA. RGB value is (189,20,186). Sum of RGB (Red+Green+Blue) = 189+20+186=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14BA is #42EB45. Grayscale: #585858. Windows color (decimal): -4385606 or 12195005. OLE color: 12195005.

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

Color convert

RGB 189 20 186 -
CMYK 0 0.89 0.02 0.26
HSL 301.07º 0.81% 0.41% -
HSV(B) 301.07º 0.89% 0.74% -
XYZ 30.1 14.86 47.74 -
YUV 89.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 189 20 186 0 0.89 0.02 0.26 301.07 0.81 0.41
Hex BD 14 BA 0 59 2 1A 12D 51 29
Octal 275 24 272 0 131 2 32 455 121 51
Binary 10111101 10100 10111010 0 1011001 10 11010 100101101 1010001 101001

Color Harmonies of #BD14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14BA

Black with #BD14BA

Text Example


Text Example

White with #BD14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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