Html Css Color HEX #BD06BA Deep Magenta

📋 copy color: '#BD06BA'

red 189 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #BD06BA

Tints of Deep Magenta #BD06BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 49.61%
G = 1.57%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD06BA (or 0xBD06BA) is known color: Deep Magenta. HEX triplet: BD, 06 and BA. RGB value is (189,6,186). Sum of RGB (Red+Green+Blue) = 189+6+186=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD06BA is #42F945. Grayscale: #505050. Windows color (decimal): -4389190 or 12191421. OLE color: 12191421.

HSL color Cylindrical-coordinate representation of color #BD06BA: hue angle of 300.98º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD06BA is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 6 186 -
CMYK 0 0.97 0.02 0.26
HSL 300.98º 0.94% 0.38% -
HSV(B) 300.98º 0.97% 0.74% -
XYZ 29.91 14.49 47.68 -
YUV 81.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 189 6 186 0 0.97 0.02 0.26 300.98 0.94 0.38
Hex BD 6 BA 0 61 2 1A 12D 5E 26
Octal 275 6 272 0 141 2 32 455 136 46
Binary 10111101 110 10111010 0 1100001 10 11010 100101101 1011110 100110

Color Harmonies of #BD06BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06BA

Black with #BD06BA

Text Example


Text Example

White with #BD06BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06BA; }

 p { color: rgb(189,6,186); }

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

background-color css

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

 a { background-color: rgb(189,6,186); }

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

border-color css

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

 span { border-color: rgb(189,6,186); }

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