Html Css Color HEX #BD04B0 Deep Magenta

📋 copy color: '#BD04B0'

red 189 ◦ green 4 ◦ blue 176

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

Shades of Deep Magenta #BD04B0

Tints of Deep Magenta #BD04B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 51.22%
G = 1.08%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD04B0 (or 0xBD04B0) is known color: Deep Magenta. HEX triplet: BD, 04 and B0. RGB value is (189,4,176). Sum of RGB (Red+Green+Blue) = 189+4+176=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04B0 is #42FB4F. Grayscale: #4E4E4E. Windows color (decimal): -4389712 or 11535549. OLE color: 11535549.

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

Color convert

RGB 189 4 176 -
CMYK 0 0.98 0.07 0.26
HSL 304.22º 0.96% 0.38% -
HSV(B) 304.22º 0.98% 0.74% -
XYZ 28.87 14.04 42.26 -
YUV 78.92 182.79 206.51 -
System Red Green Blue C M Y K H S L
Decimal 189 4 176 0 0.98 0.07 0.26 304.22 0.96 0.38
Hex BD 4 B0 0 62 7 1A 130 60 26
Octal 275 4 260 0 142 7 32 460 140 46
Binary 10111101 100 10110000 0 1100010 111 11010 100110000 1100000 100110

Color Harmonies of #BD04B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04B0

Black with #BD04B0

Text Example


Text Example

White with #BD04B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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