Html Css Color HEX #BD14B5 Deep Magenta

📋 copy color: '#BD14B5'

red 189 ◦ green 20 ◦ blue 181

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

Shades of Deep Magenta #BD14B5

Tints of Deep Magenta #BD14B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.41%

R = 48.46%
G = 5.13%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BD14B5 (or 0xBD14B5) is known color: Deep Magenta. HEX triplet: BD, 14 and B5. RGB value is (189,20,181). Sum of RGB (Red+Green+Blue) = 189+20+181=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD14B5 is #42EB4A. Grayscale: #585858. Windows color (decimal): -4385611 or 11867325. OLE color: 11867325.

HSL color Cylindrical-coordinate representation of color #BD14B5: hue angle of 302.84º 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 #BD14B5 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 181 -
CMYK 0 0.89 0.04 0.26
HSL 302.84º 0.81% 0.41% -
HSV(B) 302.84º 0.89% 0.74% -
XYZ 29.58 14.66 44.99 -
YUV 88.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 189 20 181 0 0.89 0.04 0.26 302.84 0.81 0.41
Hex BD 14 B5 0 59 4 1A 12F 51 29
Octal 275 24 265 0 131 4 32 457 121 51
Binary 10111101 10100 10110101 0 1011001 100 11010 100101111 1010001 101001

Color Harmonies of #BD14B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD14B5

Black with #BD14B5

Text Example


Text Example

White with #BD14B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD14B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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