Html Css Color HEX #BD04BA Deep Magenta

📋 copy color: '#BD04BA'

red 189 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #BD04BA

Tints of Deep Magenta #BD04BA

RGB

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

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

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

R = 49.87%
G = 1.06%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD04BA (or 0xBD04BA) is known color: Deep Magenta. HEX triplet: BD, 04 and BA. RGB value is (189,4,186). Sum of RGB (Red+Green+Blue) = 189+4+186=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04BA is #42FB45. Grayscale: #4F4F4F. Windows color (decimal): -4389702 or 12190909. OLE color: 12190909.

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

Color convert

RGB 189 4 186 -
CMYK 0 0.98 0.02 0.26
HSL 300.97º 0.96% 0.38% -
HSV(B) 300.97º 0.98% 0.74% -
XYZ 29.89 14.45 47.67 -
YUV 80.06 187.79 205.7 -
System Red Green Blue C M Y K H S L
Decimal 189 4 186 0 0.98 0.02 0.26 300.97 0.96 0.38
Hex BD 4 BA 0 62 2 1A 12D 60 26
Octal 275 4 272 0 142 2 32 455 140 46
Binary 10111101 100 10111010 0 1100010 10 11010 100101101 1100000 100110

Color Harmonies of #BD04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04BA

Black with #BD04BA

Text Example


Text Example

White with #BD04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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