Html Css Color HEX #BD04BF Deep Magenta

📋 copy color: '#BD04BF'

red 189 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #BD04BF

Tints of Deep Magenta #BD04BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.74%

R = 49.22%
G = 1.04%
B = 49.74%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BD04BF (or 0xBD04BF) is known color: Deep Magenta. HEX triplet: BD, 04 and BF. RGB value is (189,4,191). Sum of RGB (Red+Green+Blue) = 189+4+191=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD04BF is #42FB40. Grayscale: #505050. Windows color (decimal): -4389697 or 12518589. OLE color: 12518589.

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

Color convert

RGB 189 4 191 -
CMYK 0.01 0.98 0 0.25
HSL 299.36º 0.96% 0.38% -
HSV(B) 299.36º 0.98% 0.75% -
XYZ 30.43 14.67 50.52 -
YUV 80.63 190.29 205.29 -
System Red Green Blue C M Y K H S L
Decimal 189 4 191 0.01 0.98 0 0.25 299.36 0.96 0.38
Hex BD 4 BF 1 62 0 19 12B 60 26
Octal 275 4 277 1 142 0 31 453 140 46
Binary 10111101 100 10111111 1 1100010 0 11001 100101011 1100000 100110

Color Harmonies of #BD04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04BF

Black with #BD04BF

Text Example


Text Example

White with #BD04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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