Html Css Color HEX #BD04BD Deep Magenta

📋 copy color: '#BD04BD'

red 189 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #BD04BD

Tints of Deep Magenta #BD04BD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 49.48%
G = 1.05%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BD04BD (or 0xBD04BD) is known color: Deep Magenta. HEX triplet: BD, 04 and BD. RGB value is (189,4,189). Sum of RGB (Red+Green+Blue) = 189+4+189=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD04BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04BD is #42FB42. Grayscale: #4F4F4F. Windows color (decimal): -4389699 or 12387517. OLE color: 12387517.

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

Color convert

RGB 189 4 189 -
CMYK 0 0.98 0 0.26
HSL 300º 0.96% 0.38% -
HSV(B) 300º 0.98% 0.74% -
XYZ 30.21 14.58 49.37 -
YUV 80.41 189.29 205.46 -
System Red Green Blue C M Y K H S L
Decimal 189 4 189 0 0.98 0 0.26 300 0.96 0.38
Hex BD 4 BD 0 62 0 1A 12C 60 26
Octal 275 4 275 0 142 0 32 454 140 46
Binary 10111101 100 10111101 0 1100010 0 11010 100101100 1100000 100110

Color Harmonies of #BD04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04BD

Black with #BD04BD

Text Example


Text Example

White with #BD04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04BD; }

 p { color: rgb(189,4,189); }

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

background-color css

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

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

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

border-color css

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

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

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