Html Css Color HEX #BD04B1 Deep Magenta

📋 copy color: '#BD04B1'

red 189 ◦ green 4 ◦ blue 177

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

Shades of Deep Magenta #BD04B1

Tints of Deep Magenta #BD04B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 51.08%
G = 1.08%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BD04B1 (or 0xBD04B1) is known color: Deep Magenta. HEX triplet: BD, 04 and B1. RGB value is (189,4,177). Sum of RGB (Red+Green+Blue) = 189+4+177=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04B1 is #42FB4E. Grayscale: #4E4E4E. Windows color (decimal): -4389711 or 11601085. OLE color: 11601085.

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

Color convert

RGB 189 4 177 -
CMYK 0 0.98 0.06 0.26
HSL 303.89º 0.96% 0.38% -
HSV(B) 303.89º 0.98% 0.74% -
XYZ 28.97 14.08 42.79 -
YUV 79.04 183.29 206.43 -
System Red Green Blue C M Y K H S L
Decimal 189 4 177 0 0.98 0.06 0.26 303.89 0.96 0.38
Hex BD 4 B1 0 62 6 1A 130 60 26
Octal 275 4 261 0 142 6 32 460 140 46
Binary 10111101 100 10110001 0 1100010 110 11010 100110000 1100000 100110

Color Harmonies of #BD04B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04B1

Black with #BD04B1

Text Example


Text Example

White with #BD04B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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