Html Css Color HEX #BD04B9 Deep Magenta

📋 copy color: '#BD04B9'

red 189 ◦ green 4 ◦ blue 185

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

Shades of Deep Magenta #BD04B9

Tints of Deep Magenta #BD04B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 50%
G = 1.06%
B = 48.94%

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

#BD04B9 (or 0xBD04B9) is known color: Deep Magenta. HEX triplet: BD, 04 and B9. RGB value is (189,4,185). Sum of RGB (Red+Green+Blue) = 189+4+185=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04B9 is #42FB46. Grayscale: #4F4F4F. Windows color (decimal): -4389703 or 12125373. OLE color: 12125373.

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

Color convert

RGB 189 4 185 -
CMYK 0 0.98 0.02 0.26
HSL 301.3º 0.96% 0.38% -
HSV(B) 301.3º 0.98% 0.74% -
XYZ 29.79 14.41 47.11 -
YUV 79.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 189 4 185 0 0.98 0.02 0.26 301.3 0.96 0.38
Hex BD 4 B9 0 62 2 1A 12D 60 26
Octal 275 4 271 0 142 2 32 455 140 46
Binary 10111101 100 10111001 0 1100010 10 11010 100101101 1100000 100110

Color Harmonies of #BD04B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04B9

Black with #BD04B9

Text Example


Text Example

White with #BD04B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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