Html Css Color HEX #BD13B4 Deep Magenta

📋 copy color: '#BD13B4'

red 189 ◦ green 19 ◦ blue 180

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

Shades of Deep Magenta #BD13B4

Tints of Deep Magenta #BD13B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.39%

R = 48.71%
G = 4.9%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BD13B4 (or 0xBD13B4) is known color: Deep Magenta. HEX triplet: BD, 13 and B4. RGB value is (189,19,180). Sum of RGB (Red+Green+Blue) = 189+19+180=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13B4 is #42EC4B. Grayscale: #575757. Windows color (decimal): -4385868 or 11801533. OLE color: 11801533.

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

Color convert

RGB 189 19 180 -
CMYK 0 0.90 0.05 0.26
HSL 303.18º 0.82% 0.41% -
HSV(B) 303.18º 0.9% 0.74% -
XYZ 29.46 14.58 44.44 -
YUV 88.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 189 19 180 0 0.90 0.05 0.26 303.18 0.82 0.41
Hex BD 13 B4 0 5A 5 1A 12F 52 29
Octal 275 23 264 0 132 5 32 457 122 51
Binary 10111101 10011 10110100 0 1011010 101 11010 100101111 1010010 101001

Color Harmonies of #BD13B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD13B4

Black with #BD13B4

Text Example


Text Example

White with #BD13B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD13B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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