Html Css Color HEX #BD04B2 Deep Magenta

📋 copy color: '#BD04B2'

red 189 ◦ green 4 ◦ blue 178

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

Shades of Deep Magenta #BD04B2

Tints of Deep Magenta #BD04B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.98%

R = 50.94%
G = 1.08%
B = 47.98%

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

#BD04B2 (or 0xBD04B2) is known color: Deep Magenta. HEX triplet: BD, 04 and B2. RGB value is (189,4,178). Sum of RGB (Red+Green+Blue) = 189+4+178=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD04B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD04B2 is #42FB4D. Grayscale: #4E4E4E. Windows color (decimal): -4389710 or 11666621. OLE color: 11666621.

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

Color convert

RGB 189 4 178 -
CMYK 0 0.98 0.06 0.26
HSL 303.57º 0.96% 0.38% -
HSV(B) 303.57º 0.98% 0.74% -
XYZ 29.07 14.12 43.31 -
YUV 79.15 183.79 206.35 -
System Red Green Blue C M Y K H S L
Decimal 189 4 178 0 0.98 0.06 0.26 303.57 0.96 0.38
Hex BD 4 B2 0 62 6 1A 130 60 26
Octal 275 4 262 0 142 6 32 460 140 46
Binary 10111101 100 10110010 0 1100010 110 11010 100110000 1100000 100110

Color Harmonies of #BD04B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD04B2

Black with #BD04B2

Text Example


Text Example

White with #BD04B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD04B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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