Html Css Color HEX #BD06A7 Deep Magenta

📋 copy color: '#BD06A7'

red 189 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #BD06A7

Tints of Deep Magenta #BD06A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 52.21%
G = 1.66%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BD06A7 (or 0xBD06A7) is known color: Deep Magenta. HEX triplet: BD, 06 and A7. RGB value is (189,6,167). Sum of RGB (Red+Green+Blue) = 189+6+167=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD06A7 is #42F958. Grayscale: #4E4E4E. Windows color (decimal): -4389209 or 10946237. OLE color: 10946237.

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

Color convert

RGB 189 6 167 -
CMYK 0 0.97 0.12 0.26
HSL 307.21º 0.94% 0.38% -
HSV(B) 307.21º 0.97% 0.74% -
XYZ 28.03 13.74 37.73 -
YUV 79.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 189 6 167 0 0.97 0.12 0.26 307.21 0.94 0.38
Hex BD 6 A7 0 61 C 1A 133 5E 26
Octal 275 6 247 0 141 14 32 463 136 46
Binary 10111101 110 10100111 0 1100001 1100 11010 100110011 1011110 100110

Color Harmonies of #BD06A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD06A7

Black with #BD06A7

Text Example


Text Example

White with #BD06A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD06A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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